Can SVD fail?

조회 수: 11 (최근 30일)
Kevin
Kevin 2018년 4월 6일
댓글: Walter Roberson 2018년 4월 6일
SVD promises that any matrix A can be written as A = U*S*V' where U and V are unitary matrices and D is diagonal.
Is it possible for SVD to fail?

채택된 답변

Walter Roberson
Walter Roberson 2018년 4월 6일
It would not surprise me if Mathwork's implementation can fail to converge -- indeed, there is a svd::svdNoConvergence error message in the message catalogs.
  댓글 수: 2
Kevin
Kevin 2018년 4월 6일
Hi Walter,
Great. Thanks for the link. I will definitely look at them. I am hoping that I can find an actual matrix that can make MATLAB SVD to fail. If If I find one, I will post the matrix here.
You mentioned "message catalog". How do you get that?
Thanks
Walter Roberson
Walter Roberson 2018년 4월 6일
The applicable message catalog is
fullfile(matlabroot, '/resources/MATLAB/en/svd.xml')
For example matrices, see the discussion http://community.wolfram.com/groups/-/m/t/1065721 which implies it is a LAPACK / MKL issue and so MATLAB would probably be affected if it is using a release from before the fix.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Eigenvalues에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by