Singulärvärdesuppslag
Singulärvärdesuppslag, often referred to by its English name Singular Value Decomposition (SVD), is a fundamental matrix factorization technique in linear algebra. It decomposes any given matrix into three other matrices. Specifically, for a real matrix A of size m x n, SVD expresses it as A = U * Σ * V^T, where U is an m x m orthogonal matrix, Σ (Sigma) is an m x n rectangular diagonal matrix with non-negative real numbers on the diagonal, and V^T is the transpose of an n x n orthogonal matrix V. The diagonal entries of Σ, denoted as σ_i, are known as the singular values of A, and they are typically arranged in descending order.
The columns of U are the left singular vectors, and the columns of V are the right
SVD has numerous applications across various fields. In data compression, it allows for the approximation of