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: λ1,λ2,…,λn
- Find corresponding eigenvectors: X1,X2,…,Xn
- Construct P by joining the eigenvectors as columns
P=(X1X2…Xn)n×n∧D=λ1⋱λn
Uses
Finding integer powers
Suppose An×n is diagonalizable, and k∈R.
A=P−1DP⟹Ak=P−1DkP