Can SVD fail?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kevin
le 6 Avr 2018
Commenté : Walter Roberson
le 6 Avr 2018
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?
0 commentaires
Réponse acceptée
Walter Roberson
le 6 Avr 2018
Some SVD implementations can fail to converge; https://arxiv.org/abs/1707.07803 and http://www.stat.umn.edu/macanova/htmlhelp/node332.htm and https://stackoverflow.com/questions/24966691/catching-exception-error-svd-failed-to-converge and https://groups.google.com/forum/#!topic/gensim/pOi60wIs1Nw
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 commentaires
Walter Roberson
le 6 Avr 2018
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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Linear Algebra dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!