SVD - Singular Value Decomposition

2 visualizzazioni (ultimi 30 giorni)
ST
ST il 3 Mar 2012
Hello there,
I'm fairly new to matlab and have run into a little confusion when using the SVD function. I note from the help pages that the SVD function will fail to converge after 75 iterations of the QR algorithm. Now I need to assess the suitability of the SVD for my intended application, but I don't understand what condition will cause the SVD algorithm to perform more than 75 iterations, i.e. in my matlab code I'm thinking of using [U S V] = svd(x), what conditions would need to be present in x to cause more than 75 QR iterations?
Thanks.

Risposte (1)

John D'Errico
John D'Errico il 3 Mar 2012
I don't think you need to worry about that problem terribly much. I've never seen svd fail (or even heard of it failing from this circumstance), and in general the svd algorithm, while not blindingly fast for large matrices, is a robust one.

Categorie

Scopri di più su Linear Algebra in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by