Info
此问题已关闭。 请重新打开它进行编辑或回答。
solve Ax=b by singular value decomposition
1 次查看(过去 30 天)
显示 更早的评论
After I've got U,S,V by [U,S,V] = svd(A), how do I get x?
Is it x = (V*(S^(-1)*U')*b?
3 个评论
Steven Lord
2022-11-16
Torsten
2022-11-16
Is it x = (V*(S^(-1)*U')*b?
No, only if S has all singular values not equal to 0.
Compare
Section
Algorithms
at the bottom of the web page.
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!