SVDfaktorizáció
Singular Value Decomposition (SVD) is a factorization of a real or complex matrix. It is a generalization of the eigendecomposition of a square matrix to any matrix. Specifically, for any real or complex matrix M of size m x n, SVD is a factorization of the form UΣV*, where U is an m x m unitary matrix, Σ is an m x n rectangular diagonal matrix with non-negative real numbers on the diagonal, and V* is the conjugate transpose of an n x n unitary matrix V. The diagonal entries of Σ are known as the singular values of M.
The singular values are the square roots of the eigenvalues of M*M or MM*. The columns of
SVD has numerous applications in various fields. It is widely used in linear algebra, numerical analysis, and