Definition
Diagonalization is the process of decomposing a square matrix into a product of three matrices involving its eigenvalues and eigenvectors: where is a matrix whose columns are the linearly independent eigenvectors of , and (Lambda) is a diagonal matrix containing the corresponding eigenvalues.
- How to read: “The matrix A equals X times Lambda times X inverse.”
- Meaning: In the eigenvector basis, acts as simple scaling by eigenvalues on the diagonal of .
Why It Matters
In a “tangled” matrix, variables interfere with each other, making long-term prediction impossible. Diagonalization is the ultimate “untangling” operation, isolating the core growth rates (eigenvalues) from the mess. Without it, calculating the billionth step of a dynamical system or the state of a quantum atom would be computationally impossible.
Core Concepts
- Diagonalizability Condition: A matrix of size is diagonalizable if and only if it has linearly independent eigenvectors.
- The Diagonal Matrix :
- How to read: “The matrix Lambda equals the diagonal matrix with lambda one through lambda n on the diagonal and zeros elsewhere.”
- Meaning: Each eigenvalue sits on the diagonal; off-diagonal entries are zero because eigenvectors decouple the action of .
- Multiplicity Rule: For a matrix to be diagonalizable, the Geometric Multiplicity (number of independent eigenvectors) must equal the Algebraic Multiplicity (number of times the eigenvalue appears as a root) for every eigenvalue.
- Powers of a Matrix: Diagonalization allows for efficient calculation of matrix powers:
- How to read: “The matrix A to the k equals X times the quantity Lambda to the k times X inverse.”
- Meaning: Once diagonalized, repeated application of is just repeated scaling by the eigenvalues — raise each diagonal entry of to the power instead of multiplying by itself times. Since is diagonal, is simply the diagonal elements raised to the power of .