Effacer les filtres
Effacer les filtres

The algorithm of eig() function

2 vues (au cours des 30 derniers jours)
Kamanashis Saha
Kamanashis Saha le 6 Sep 2016
I need to learn about the algorithm of the eig() function to know how some errors is imposed on the eigen values of a system and how the matlab writes the script or the algorithm to derive the eigen values of a matrix system. Anyone can help me with the algorithm or the script of the eig() function in MATLAB or recommend me some resources how matlab runs eig() function??

Réponses (1)

KSSV
KSSV le 7 Sep 2016
In MATLAB workspace type edit eig ; this will open the eig.m code, in there you can read about eig. PS: don't edit anything in the code.
  3 commentaires
KSSV
KSSV le 8 Sep 2016
Yes dear friend....read the help part of it...it says what method it uses.
Walter Roberson
Walter Roberson le 8 Sep 2016
It does not indicate the method as of R2016a. Which version are you looking at?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by