1/9
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
Diagonalizable matrix
Anxn is diagonalizable if there is an invertible matrix P such that P-1AP is a diagonal matrix.
Anxn is diagonalizable if A has n linearly independent eigenvectors.
Find P & D from P-1AP = D
Find eigenvectors of A.
Matrix of eigenvectors as columns is P and is invertible.
Eigenvectors only need to be LI.
Use eigenvalues of A as diagonal of diagonal matrix D.
P and D's columns must be lined up AKA eigenvalue and relevant eigenvector have to be in same column position.
dim(Eλk) and being diagonalizable
Matrix Anxn is diagonalizable only if dim(Eλ1) + … + dim(Eλk) = n
Sum of eigenspace dimensions must be equal to matrix size n.
Orthogonally diagonalizable
Matrix Anxn is orthogonally diagonalizable if P in P-1AP = D is orthogonal.
A is orthogonally diagonalizable only if A is symmetric.
Matrix (Anxn)k
To raise a matrix Anxn to the power k:
Use Ak = PDkP-1. Do Dk = [ak, bk, …] = R first, then do PRP-1.
Similar matrices
A and B are similar if P-1AP = B.
Similarity equivalence rules
det(A) = det(B)
A and B have same characteristic equation, therefore same eigenvalues.
tr(A) = tr(B)
P-1AP and PAP-1
If we can find a matrix P such that P-1AP = D, then we can find a matrix P such that PAP-1.
If we can find an orthogonal matrix P such that PTAP = D, then we can find an orthogonal matrix P such that PAPT.
Find orthogonal matrix P such that P-1AP = D
Same process as finding non-orthogonal P, but eigenvectors used to form P need to be an orthonormal set.
AKA normalise eigenvectors before using in P.
Find matrix from given eigenvalues & corresponding eigenvectors
P is matrix of eigenvectors as columns in order.
D is diagonal matrix with eigenvalues as diagonal in order.
Use P-1AP = D → A = PDP-1 to find A.
Use EROs to find P-1.