Diagonalization
Diagonalization transforms a matrix into the simplest possible formβa diagonal matrixβby choosing an eigenvector basis. This process reveals the matrix's fundamental structure and enables efficient computation.
An matrix is diagonalizable if there exists an invertible matrix and a diagonal matrix such that:
The columns of are eigenvectors of , and the diagonal entries of are the corresponding eigenvalues.
When , computing powers becomes trivial: , and is just the diagonal entries raised to power .
An matrix is diagonalizable if and only if has linearly independent eigenvectors.
Equivalently, is diagonalizable if and only if the sum of geometric multiplicities equals :
where the sum is over all distinct eigenvalues.
Diagonalize .
Step 1: Find eigenvalues from : Eigenvalues: , .
Step 2: Find eigenvectors. For : For :
Step 3: Form and .
Then .
A matrix is guaranteed to be diagonalizable if:
- has distinct eigenvalues, or
- is symmetric (or Hermitian for complex matrices), or
- For each eigenvalue , the geometric multiplicity equals the algebraic multiplicity
Matrices and are similar if there exists an invertible matrix such that .
Similar matrices represent the same linear transformation in different bases. They share:
- Eigenvalues (with same multiplicities)
- Characteristic polynomial
- Determinant
- Trace
- Rank
Not all matrices are diagonalizable. For example, has only one eigenvalue () with geometric multiplicity 1, but algebraic multiplicity 2. Such matrices are handled by Jordan canonical form, which generalizes diagonalization.