"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!