svdgetU(a)

Returns matrix U after performing a Singular Value Decomposition on matrix a.


See also svdgetS svdgetV qrgetQ qrgetR 


Example


a = randommatrix( 3, 3, 5 )

4  2  0

0  2  0

5  2  3

svdgetU( a )

0.5680   0.5325   0.6275

0.1080   0.7076  -0.6983

0.8159  -0.4644  -0.3444