Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

solve Ax=b by singular value decomposition

1 Ansicht (letzte 30 Tage)
Jiapeng
Jiapeng am 16 Nov. 2022
Geschlossen: John D'Errico am 16 Nov. 2022
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 Kommentare
Steven Lord
Steven Lord am 16 Nov. 2022
Is there a particular reason you're using svd rather than simply using the \ operator?
Torsten
Torsten am 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.

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by