1/16
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is the Laplace Expansion Theorem?
For any n×n matrix M and any natural numbers 1≤i≤n and 1≤j≤n the following hold:
detM=k=1∑n(−1)i+kMikdetMik
detM=k=1∑n(−1)k+jMkjdetMkj
Remark: The value detMij is called the (i,j) minor of M, while the value (−1)i+jdetMij is the (i,j) cofactor of M.
If M is a n×n upper triangular matrix, what is detM?
detM=i=1∏nMii
Let A and B be square matrices, what is the determinant of B equal to if A is transformed into B using each of the elementary row operations?
Ari→αriB then detB=αdetA
Ari→ri+λrjB then detB=detA
Ari↔rjB then detB=−detA
Proof that a matrix A is only invertible if and only if detA=0.
Let R=RREF(A). No elementary row operations changes whether the determinant is 0.
Since R is obtained from A via a sequence of elementary row operations, detA=0⟺detR=0. However, R is n×n and is in RREF, so it follows either R=In or R contains a row of zeros. It follows that R=In iff detR=0.
Hence A is invertible ⟺R=In
⟺detR=0
⟺detA=0.
What rules are the determinants of elementary matrices given by?
detEri→αri=α
detEri→ri+λrj=1
detEri↔rj=−1
What’s the adjugate of A, where A is a square matrix, and what are its properties?
let B be the matrix given by Bij=(−1)i+jdetAji
B is the adjugated of A.
AB=detAIn=BA
in particular if detA=0 then A is invertible andA−1=detA1B
What does Det(AB)=? and the proof of this?
Split into two cases.
If A is singular, then AB is singular, because if AB was invertible, A would be invertible, so det(A)=0 and det(AB)=0, hence det(AB)=det(A)det(B).
If A is invertible, write A as a product of elementary matrices: A=Ek⋯E1. For each elementary matrix E, we know det(EB)=det(E)det(B).
Applying this repeatedly gives det(AB)=det(Ek)⋯det(E1)det(B). But det(A)=det(Ek)⋯det(E1), so det(AB)=det(A)det(B).
How can we work out the determinant if the matrix is in LU decomposition.
If PA=LU, where P is a permutation matrix, L has diagonal entries 1, and U is upper triangular, then det(A)=±∏i=1nUii.
The sign depends on whether the number of row swaps in P is even or odd (+ if even, - if odd).
What’s the definition of an eigenvector with eigenvalue λ?
Let V be a v.s over K and T:V→V be a linear transformation.
A vector v∈V is an eigenvector of T with eigen value λ∈K if v=0 and T(v)=λv.
If A∈Mn(K), then eigenvalues and eigenvectors of A are the eigenvalues and eigenvectors of the linear map TA:V→V, Av=λv.
Remark: The zero vector is never an eigenvector.
How do we find eigenvalues and eigenvectors?
To find eigenvalues:
evaluate det(A−λIn)=0.
To find eigenvectors:
v is a eigenvector if it is a non-trivial solution to the system (A−λIn)x=0.
What is an eigenspace?
The λ-eigenspace of linear map T:V→V is the subspace Eλ={v∈V∣T(v)=λv}
or with matrices
the λ-eigenspace of A is the λ-eigenspace of the linear map TA(v)=AV.
In other words the collection of all eigenvectors together with the zero vector.
What is the geometric multiplicity of an eigenvalue?
The dimension of the corresponding λ-eigenspace Eλ.
Why are eigenvectors corresponding to distinct eigenvalues linearly independent?
Assume for contradiction that the eigenvectors v1,…,vk are linearly dependent. Choose the first dependent one, so {v1,…,vj−1} is linearly independent but vj=α1v1+⋯+αj−1vj−1, with not all αi=0.
Applying T gives λjvj=α1λ1v1+⋯+αj−1λj−1vj−1.
But multiplying the original equation by λj gives λjvj=α1λjv1+⋯+αj−1λjvj−1. Subtracting gives 0=∑i=1j−1(λi−λj)αivi. Since v1,…,vj−1 are linearly independent, each (λi−λj)αi=0. The eigenvalues are distinct, so λi−λj=0, hence all αi=0, a contradiction. Therefore v1,…,vk are linearly independent.
What does it mean for a field to be algebraically closed?
If every polynomial p(x)=a0+a1x+…+anxn where ai∈K and ai=0 can be factorised in the form p(x)=b(x−c1)…(x−cn) for some b,c1,…,cn∈K.
What is the algebraic multiplicity of an eigenvalue λ?
How many times the eigenvalue appears as an root of the characteristic polynomial.
What is the trace of A?
tr(a)=A11+…+Ann=i=1∑nAii
If K is an algebraically closed field and λ1,..,λn are the eigenvalues of A∈Mn(K), counted with multiplicity, what is the trace and determinant?
tr(A)=λ1+…+λn
det(A)=λ1…λn