"eig" use which algorithm to find eigenvalues
古いコメントを表示
I am wondering what algorithm "eig", MATLAB build in finction, use to find the eigen values? I so much appreciate the time and responses. Thank you.
2 件のコメント
Walter Roberson
2020 年 6 月 18 日
eig() has several different options; which one are you asking about?
Maryam
2020 年 6 月 18 日
採用された回答
その他の回答 (1 件)
Christine Tobler
2020 年 6 月 19 日
0 投票
We don't give out the exact method used, but all syntaxes of EIG call into various LAPACK functions. See here for an introduction to LAPACK, there's a section on generalized eigenvalue problems.
For a more complete description of algorithms used for computing eigenvalues and egenvectors, I'd recommend an introduction text to numerical linear algebra, for example "Matrix Computations" by Golub and Van Loan.
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!