1/23
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 does it mean for a matrix A∈Mn(k) to be similar B∈Mn(K)?
There is an invertible matrix P∈Mn(K) such that B=P−1AP
Similar matrices have the same rank, trace, determinant and eigenvalues.
What does it mean for a matrix A to be diagonalisable?
It is similar to a diagonal matrix
When is a matrix diagonalisable? State and prove the eigen basis criterion.
A matrix A∈Mn(K) is diagonalisable if and only if there is a basis {v1,…,vn} of Kn consisting of eigenvectors of A.
If Avi=λivi and P=(v1 ⋯ vn), then A=PDP−1, where D=diag(λ1,…,λn).
Proof sketch:
If A is diagonalisable, then A=PDP−1 for some invertible P and diagonal D. Since P is invertible, its columns v1,…,vn form a basis.
From AP=PD, we get (Av1 ⋯ Avn)=(λ1v1 ⋯ λnvn), so each vi is an eigenvector.
Conversely, if {v1,…,vn} is a basis of eigenvectors, let P=(v1 ⋯ vn) and D=diag(λ1,…,λn).
Then P is invertible and AP=PD, so A=PDP−1. Hence A is diagonalisable.
What’s an orthogonal matrix?
A matrix P∈Mn(R) is orthogonal if and only if its columns form an orthonormal basis of Rn.
Note: columns must form an orthonormal set.
PPT=In
PTP=In
What does it mean for A and B to be orthogonally similar?
PTAP=B where P∈Mn(R) is an orthogonal matrix.
What does it mean for a matrix to be Orthogonally diagonalisable?
It is orthogonally similar to a diagonal matrix.
What can we say about the structure of A∈M(R) if it is orthogonally diagonalisable and the proof?
A is symmetric.
Proof.
Assume A is orthogonally diagonalizable. Then there is an orthogonal matrix P and a diagonal matrix D such that D=PTAP. Rearranging gives A=PDPT.
Then transpose: AT=(PDPT)T=(PT)TDTPT=PDPT=A.
Therefore A is symmetric.
Note the converse is true (but not examinable).
How do you diagonalise a matrix?
To diagonalise A,
find the eigenvalues by solving det(A−λI)=0.
Then find a basis for each eigenspace by solving (A−λI)x=0.
If you get enough linearly independent eigenvectors to form a basis, put them as the columns of P.
Put the matching eigenvalues in the same order down the diagonal of D. Then A=PDP−1.
How do you orthogonally diagonalise a matrix?
Find eigenvalues of A using the characteristic polynomial
For each eigenvalue, find an orthonormal basis Bλ for the eigen space Eλ.
To do this find any basis B of Eλ and
if dimEλ =1 then normalise it
if dimE_\lambda>1 apply the Gram Schmitt process to find an orthonormal basis Bλ
Let P=(v1…vn) where vi are the orthonormal basis vectors of the eigenspaces.
Then PTAP=D where D is a diagonal matrix with eigenvalues (with multiplicities) along the main diagonal?
What does it mean for
A to be unitarily similar to B?
A to be unitarily diagonalisable?
There exists a unitary matrix U∈Mn(C) such that U∗AU=B
A is unitarily similar to a diagonal matrix.
What does it mean for A to be Hermitian?
A∗=A
If A∈Mn(C) has real eigenvalues and A is unitarily diagonalisable, what else can we say about A?
A is Hermitian
Proof that is A is Hermitian then all eigenvalues of A are real?
Let λ be an eigenvalue of A
λ⟨v,v⟩=⟨λv,v⟩=⟨Av,v⟩=⟨v,A∗v⟩
=⟨v,Av⟩=⟨v,λv⟩=λ⟨v,v⟩
State and prove the result about eigenvectors of a Hermitian matrix with distinct eigenvalues.
If A is Hermitian and v1,v2 are eigenvectors with distinct eigenvalues λ1=λ2, then v1 and v2 are orthogonal.
Proof sketch: since A is Hermitian, ⟨Av1,v2⟩=⟨v1,Av2⟩. Using Av1=λ1v1 and Av2=λ2v2 gives λ1⟨v1,v2⟩=λ2⟨v1,v2⟩ since Hermitian matrices have real eigenvalues. Hence (λ1−λ2)⟨v1,v2⟩=0. Since λ1=λ2, we get ⟨v1,v2⟩=0, so the eigenvectors are orthogonal.
What does it mean for A∈Mn(C) to be normal?
AA∗=A∗A
Prove that if A∈Mn(C) is unitarily diagonalisable if and only if A is normal (⟹ only).
Suppose A is unitarily diagonalisable.
Then there is a unitary matrix U and a diagonal matrix D such that U∗AU=D. Rearranging gives A=UDU∗.
Taking adjoints gives A∗=UD∗U∗.
Since D and D∗ are diagonal, they commute, so DD∗=D∗D. Therefore AA∗=(UDU∗)(UD∗U∗)=UDD∗U∗ and A∗A=(UD∗U∗)(UDU∗)=UD∗DU∗. Since DD∗=D∗D, we get AA∗=A∗A. Hence A is normal.
What is Schur’s Theorem?
If A∈Mn(C), then A is unitarily similar to an upper triangular matrix T. More over, the diagonal entries of T are eigenvalues of A.
The matrix decomposition A=UTU∗ with U unitary and T upper triangular is called a Schur decomposition of A.
Remark: If A is a real matrix then it is orthogonally similar to an upper triangular matrix T. Sometimes called the Triangularisation theorem.
What is the Spectral Theorem for Hermitian matrices?
If A∈Mn(K) is Hermitian (C) or symmetric (R) then there exists a unitary or orthogonal U∈Mn(K) and λ1,…,λn∈R such that
A=Uλ10⋮0amp;0amp;λ2amp;⋮amp;0amp;⋯amp;⋯amp;⋱amp;⋯amp;0amp;0amp;⋮amp;λnU∗.
The factorisation shows that a Hermitian matrix can be diagonalised using a unitary matrix U. In the real symmetric case, the equivalent factorisation uses an orthogonal matrix P.
Prove the Spectral Theorem in the complex case.
Let A∈Mn(C) be Hermitian, so A∗=A.
By Schur's theorem, there exists a unitary matrix U and an upper triangular matrix T such that U∗AU=T . Taking adjoints gives T∗=(U∗AU)∗=U∗A∗U=U∗AU=T, since A∗=A.
Thus T is Hermitian. But T is upper triangular, while T∗ is lower triangular. Since T=T∗, it must be both upper and lower triangular, hence diagonal. Therefore U∗AU=T is diagonal, so A is unitarily diagonalisable. Also, because T=T∗, the diagonal entries of T are real.
The real case proof follows by using orthogonal matrices instead of unitary matrices.
What’s the Single Value Decomposition theorem?.
Let A∈Mmn(K). Then there exist matrices U∈Mm(K) and V∈Mn(K), which are unitary if K=C and orthogonal if K=R, such that A=UΣV∗ , where Σ∈Mmn(R).
The singular values are the positive diagonal entries of Σ. They satisfy \sigma_1 \geq \sigma_2 \geq \cdots \geq \sigma_r > 0.
The number r is the dimension of the vector space spanned by the columns of A. Equivalently, r=rank(A):
NOTES:
The σi are called the nonzero singular values of A
The ui are called left singular vectors of A
The vi are called right singular vectors of A

What are u1,…,um and v1,…,vn eigenvectors of in SVD. A=UΣV∗
ui are eigen vectors of AA∗ of unit norm
vi are eigenvectors of A∗A of unit norm
NOTE:
Avi=σiui for i=1,…,r, 0 for i=r+1,…,n
A∗ui=σivi for i=1,…,r, 0 for i=r+1,…,m
AA∗ui=σi2ui for i=1,…,r, 0 for i=r+1,…,m
A∗Avi=σi2vi for i=1,…,r, 0 for $$
How do you find the singular values of a matrix A for an SVD?
Form A∗A or A∗A , (ATA or AAT if A is real). Find its eigenvalues λi. The singular values are σi=λi, using the non-zero eigenvalues and listing them in decreasing order on the diagonal of Σ.
How do you find the left singular vectors in an SVD?
For A=UΣV∗, the left singular vectors are the columns ui of U. Find them as unit eigenvectors of AA∗. Equivalently, if you already know the right singular vectors vi and non-zero singular values σi, use the shortcut ui=σi1Avi.
How do you find the right singular vectors in an SVD?
For A=UΣV∗, the right singular vectors are the columns vi of V. Find them as unit eigenvectors of A∗A, or ATA if A is real.
Shortcut: if you already know the left singular vectors ui and non-zero singular values σi, use vi=σi1A∗ui."