where is an orthogonal matrix; is an rectangularly diagonal matrix; is an orthogonal matrix.

Essentially, SVD factors a matrix into three distinct matrices: a rotation, a scaling + dimension adjusting, and another rotation.

Since is orthogonal, it holds that .

SVD is a generalized extension of eigendecomposition (spectral decomposition), which is

where is a orthogonal matrix whose columns consist of the eigenvectors of , and ; i.e. it is a diagonal matrix consisting of the eigenvalues of on the diagonal.

Example