svdgetV(a)

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


See also svdgetS svdgetU qrgetQ qrgetR 


Example


a = randommatrix( 3, 3, 5 )

4  2  0

0  2  0

5  2  3

svdgetV( a )

0.8546  -0.0917   0.5111

0.4015   0.7409  -0.5384

0.3293  -0.6653  -0.6700