Why my singular value decomposition with np.linalg.svd gives me matrices which can't be multiplied to each other?

前端 未结 0 1343
猫巷女王i
猫巷女王i 2020-12-13 04:05

I have written this code:

A = np.array([[18, 2, -13,-14], 
              [-30, 14, 2,-5],
              [6, -32, -14, 2]])

# finding SVD
U, SIGMA, V = np.lin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题