Notes - Linear Algebra II HT23, Determinants


Determinants

When building up determinants as a determinantal mapping D:Mn(R)R, what are the three conditions a determinantal map must satsify?


  • Multilinear in the columns
D[,λbbi+μcci,]=λD[,bbi,]+μD[,aai,]
  • Alternating
D[,aa_i,aa_i+1,]=0 when aa_i=aa_i+1
  • D(In)=1 for the n×n identity matrix

What’s the geometric interpretation behind a determinantal map being multilinear in the columns, i.e. D[,λbbi+μcci,]=λD[,bbi,]+μD[,aai,]?


It represents the fact that stretching a face with scale the area/volume accordingly.

What’s the geometric interpretation behind a determinantal map being alternating, i.e. D[,aai,aai+1,]=0 when aai=aai+1 ?


A shape with thickness has no volume.

If λ=det[,aa,,bb,], then what is det[,bb,,aa,]?


λ

What is det[,aa,,aa,]?


0

When proving that there exists a map Dn that satisfies the properties of being a determinantal map on n×n matrices

Multilinear in the columns

D[,λbbi+μcci,]=λD[,bbi,]+μD[,aai,]

Alternating

D[,aa i,aa i+1,]=0 when aa i=aa i+1

D(In)=1 for the n×n identity matrix

In the inductive step, what do you define Dn as, in terms of Dn1?


Dn(A)=a11Dn1(A11)a12Dn2(A12)++(1)n1a1nDn1(A1n)

Can you give the Laplace expansion formula for detA along row i?


detA=j=1naij(1)i+jdetAij

Can you give the Laplace expansion formula for detA along column j?


detA=i=1naij(1)i+jdetAij

Can you give the permutation formula for detA?


detA=σ perm. of 1,,n sgn(σ)aσ(1)1aσ(2)2aσ(n)n

What is detA?


detA

What is detBA?


detAdetB

Why is detA multilinear in rows as well as columns, despite this not being in the definition?


Because detA=detA.

Using the Rule of Sarrus (cool name) mneumonic, what is

|a&b&cd&e&fg&h&i|

?


aei+dhc+gbfcegfhaibd

If A is a upper or lower triangular matrix, what is the determinant?


i=1naii

To prove the more general detAB=detAdetB, what do you show first?


detEA=detEdetA

where E is an elementary matrix.

How does the determinant change when you swap two rows of a matrix?


It switches sign.

How does the determinant change when you add a scalar multiple of one row to another in a matrix?


It does not change.

How does the determinant change when you multiply one row of a matrix by a non-zero scalar λ?


The determinant is multiplied by λ.

Proofs

Important ones

Prove that there exists a map Dn that satisfies the properties of being a determinantal map on n×n matrices.

Multilinear in the columns

D[,λbbi+μcci,]=λD[,bbi,]+μD[,aai,]

Alternating

D[,aai,aai+1,]=0 when aai=aai+1

D(In)=1 for the n×n identity matrix


Todo?

Prove if there exists a unique map Dn that satisfies the properties of being a determinantal map on n×n matrices:

Multilinear in the columns

D[,λbbi+μcci,]=λD[,bbi,]+μD[,aai,]

Alternating

D[,aai,aai+1,]=0 when aai=aai+1

D(In)=1 for the n×n identity matrix

Hint: This involves showing the following formula is true for the determinant:

detA=σ perm. of 1,,n sgn(σ)aσ(1)1aσ(2)2aσ(n)n

Todo?

Not-so-important ones

Prove that if a map Dn satisfies the properties of being a determinantal map on n×n matrices

Multilinear in the columns

D[,λbbi+μcci,]=λD[,bbi,]+μD[,aai,]

Alternating

D[,aai,aai+1,]=0 when aai=aai+1

D(In)=1 for the n×n identity matrix

Then the alternating condition can be strengthened to

det[,aa,,aa,]=0

Todo?

Prove that if a map Dn satisfies the properties of being a determinantal map on n×n matrices

Multilinear in the columns

D[,λbbi+μcci,]=λD[,bbi,]+μD[,aai,]

Alternating

D[,aai,aai+1,]=0 when aai=aai+1

D(In)=1 for the n×n identity matrix

Then it is also true that

det[,aa,,bb,]=det[,bb,,aa,]

Todo?

Prove that detA=detA.


Todo.

Prove

detA=0A singular

Todo.

Prove

detEA=detEdetA

where E is an elementary matrix.


Todo

Prove

detAB=detAdetB

by appealing to a lemma.


Todo.

Prove that if V is a vector space and T:VV is linear then detT defined by detT=detMB where MB is the transformation matrix of T with respect to a basis B does not depend on the choice of basis.


Todo.




Related posts