SVD - Singular Value Decomposition
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
John D'Errico
2012 年 3 月 3 日
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.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!