Singulärvärdesdekomposition
Singulärvärdesuppdelning, often abbreviated as SVD, is a fundamental matrix factorization technique in linear algebra. It decomposes any matrix into the product of three other matrices. Specifically, for a given m x n matrix A, its singular value decomposition is expressed as A = UΣV^T. Here, U is an m x m orthogonal matrix, Σ is an m x n rectangular diagonal matrix with non-negative real numbers on its 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. These singular
Singular value decomposition has a wide range of applications across various fields. In image processing, it