solve Ax=b by singular value decomposition
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
David Goodmanson
2022 年 11 月 16 日
Hi Jiapeng, why not run a test case and see what happens?
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!