Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
solve Ax=b by singular value decomposition
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Steven Lord
il 16 Nov 2022
Torsten
il 16 Nov 2022
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.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!