Singular value decomposition
This note uses Named tensor notation.
The singular values decomposition of a matrix
where
is made of orthonormal vectors that span within ; is made of orthonormal vectors that span within ;- the singular values
describes how these vectors are scaled by .
Notes:
- This shows that any matrix is diagonal up to a rotation of the spaces it acts on!
- Unlike for eigenvalues, the vectors
and do not need to point in the same direction (and indeed they’re not part of the same space!). - Since we limited the sum to
terms, only contains only the nonzero singular values (this is known as the compact SVD).
What it says about as a transformation
Linear map
When we apply
By symmetry,
Geometric interpretation
In particular, the transformation
into an ellipsoid of dimension
and the only constraint that
Bilinear form
In a similar vein, when we look at the components of
Relation to eigenvalues
The singular values of
which corresponds to the linear map that uses
which is an eigendecomposition since the vectors of
-
This particular computation is admittedly simpler in the usual matrix multiplication notation: taking
, we have . ↩