The Spectral Decomposition Gives Eigenvalues
If we know the spectral decomposition , the eigenvalues are simply the diagonal entries of , and the eigenvectors are the columns of . This is worth verifying directly: for the -th column of , we compute .
Since (the -th standard basis vector, because is orthogonal and its columns are orthonormal), we get . So — confirming that each column of is an eigenvector with eigenvalue .
This also shows the spectral decomposition can be written as a sum of outer products: . Each term is a rank-1 matrix encoding the action along the -th principal axis.
Formal View
The verification is: using orthonormality .
Why This Matters
The outer-product form of the spectral decomposition is the foundation of low-rank approximation and PCA.
- Truncating the sum to terms gives the best rank- approximation to .
- Image compression: storing only the largest eigenvalue-eigenvector pairs captures most of the structure.
- Quantum mechanics: density matrices are written as sums of outer products weighted by probabilities.
Quiz
In the outer product form , what is the rank of each term ?
The step uses the orthonormality of the columns of .
Common Mistakes
- Confusing (an outer product, matrix) with (an inner product, a scalar equaling 1).
- Forgetting the factor in front of each outer product.