Simple power method iteration
10 ビュー (過去 30 日間)
古いコメントを表示
I have a matrix A, and want to implement a simple power method iteration to find the largest eigenvalue in modulus. After doing this, I want to find the smallest (most negative) eigenpair of A, and here I think I need the Inverse power method with a shift. I know eig(A) works just fine, but I want to know how to do this using the power method iteration. Thanks!
0 件のコメント
採用された回答
Andrew Newell
2011 年 3 月 30 日
The power method is implemented in MATLAB here. They point out that a naive version of this algorithm will not work well under some circumstances.
2 件のコメント
Farudi
2014 年 2 月 27 日
hi sucheta, can you give me the simpler code that you made?? thanks before :)
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!