"eig" use which algorithm to find eigenvalues
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 18 Giu 2020
eig() has several different options; which one are you asking about?
Maryam
il 18 Giu 2020
Risposta accettata
Più risposte (1)
Christine Tobler
il 19 Giu 2020
0 voti
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 Commento
Maryam
il 21 Giu 2020
Categorie
Scopri di più su Linear Algebra in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!