SVD: a 4 times 4 example

Consider a matrix A in mathbf{R}^{4 times 4}, with SVD

 A = U tilde{ {S}} V^T

where tilde{ {S}} = mbox{bf diag}(10, 7, 0.1, 0.05).

From the SVD, we can understand the behavior of the mapping x rightarrow Ax:

  • input components along directions v_1 and v_2 are amplified (by about a factor 10) and come out mostly along plane spanned by u_1, u_2.

  • Input components along directions v_3 and v_4 are attenuated (by about a factor 10).

  • The matrix A is nonsingular.

  • For some applications you might say A is effectively rank 2.