Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

solve Ax=b by singular value decomposition

조회 수: 2 (최근 30일)
Jiapeng
Jiapeng 2022년 11월 16일
마감: John D'Errico 2022년 11월 16일
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
Steven Lord 2022년 11월 16일
Is there a particular reason you're using svd rather than simply using the \ operator?
Torsten
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!

Translated by