Similar Matrices
2 square matrices A and B of the same order, are similar iff there
exists an invertible matrix P such that:
B=P−1AP
Properties
- Similarity of 2 matrices is commutative.
- Similar matrices have the set of eigenvalues.
- If A and B are similar, then A2 and B2 are similar.
Definition
A matrix A is diagonalizable if it is similar to a
diagonal matrix.
∃D,P s.t. D=P−1AP
Here:
- D is a diagonal matrix
- P is an invertible matrix
Steps
- Find eigenvalues of An×n
Say λ1,λ2,…,λn.
- Find corresponding eigenvectors
Say X1,X2,…,Xn.
- Construct P by joining the eigenvectors as columns
P=(X1X2…Xn)n×n∧D=λ1⋱λn
The matrix P differs based on the order of the eigenvectors, and hence is not
unique.
If A is diagonalizable, its powers can be easily calculated. For k∈R
A=P−1DP⟹Ak=P−1DkP