SVD: a 4×4 example
Consider a matrix
, with SVD
![Rendered by QuickLaTeX.com \[\begin{gathered} A=U \tilde{S} V^T \\ \text { where } \tilde{S}=\operatorname{diag}(10,7,0.1,0.05) \text {. } \end{gathered}\]](https://ecampusontario.pressbooks.pub/app/uploads/quicklatex/quicklatex.com-b2c20d0361e1fa22618cde859f99191d_l3.png)
From the SVD, we can understand the behavior of the mapping
:
– input components along directions
and
are amplified (by about a factor 10) and come out mostly along plane spanned by
.
– Input components along directions
and
are attenuated (by about a factor 10 ).
– The matrix
is nonsingular.
– For some applications you might say A is effectively rank 2.