Singulärvärdesdekompositionen
Singular values are nonnegative real numbers associated with a real or complex matrix. For an m×n matrix A, the singular values are the square roots of the eigenvalues of A* A (or A^T A in the real case). The singular value decomposition expresses A as A = U Σ V*, where U and V are unitary (orthogonal) matrices and Σ is a diagonal matrix with nonincreasing diagonal entries σ1 ≥ σ2 ≥ … ≥ σr ≥ 0, where r is the rank of A. The σi are the singular values of A. In Swedish, the term for singular value is singulärvärde and the decomposition is singulärvärdesdekomposition.
Properties of the singular values include that the nonzero σi are invariant under multiplication of A by
Computation and variants: The singular values are computed via the singular value decomposition (SVD). Numerical algorithms
Applications: SVD enables low-rank approximations A ≈ U_k Σ_k V_k*, with k < min(m,n). This underpins principal component
Geometric interpretation: Each singular value scales vectors in the right singular subspace along corresponding left singular