"eig" use which algorithm to find eigenvalues
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 18 Jun. 2020
eig() has several different options; which one are you asking about?
Maryam
am 18 Jun. 2020
Akzeptierte Antwort
Weitere Antworten (1)
Christine Tobler
am 19 Jun. 2020
0 Stimmen
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.
1 Kommentar
Maryam
am 21 Jun. 2020
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!