Every matrix has a singular value decomposition
where and have orthonormal columns and is diagonal with non-negative entries (the singular values ).
SVD is the Swiss Army knife of linear algebra:
- Rank of is the number of non-zero singular values.
- , the largest singular value.
- The best rank- approximation to in Frobenius norm is the truncation — the basis of low-rank compression and noise reduction.
- The pseudo-inverse solves the least-squares problem even when is singular.
In finance, SVD powers PCA-on-data-matrices, robust factor extraction, and the dimensionality reduction behind risk-factor decomposition of large covariance matrices.