1. 程式人生 > >Python庫numpy中的svd分解和Matlab中的svd的一點區別

Python庫numpy中的svd分解和Matlab中的svd的一點區別

U = 
array([[ 0.61236946,  0.7694889 , -0.18135734],
       [ 0.70732576, -0.63574186, -0.30906725],
       [-0.35312027,  0.06098463, -0.93358821]])
V = 
array([[-0.04785176,  0.92488861, -0.37721515],
       [ 0.26505669,  0.37586648,  0.88795796],
       [ 0.96304473, -0.05749305, -0.26313379]])
S = 
array([ 77.27402814,  29.86391746,   3.76009282])