The units of the eig function
Afficher commentaires plus anciens
What are the units of the complex eigenvalues from the eig function?
Will they be
?
?[A,B,C,d] = ssdata(linsys1);
E=eig(A);
Réponses (1)
Shubham Rawat
le 4 Fév 2021
0 votes
Hi Johannes,
In my point of view eigenvalues should be unit less. As it comes from following equation:
So, if Identity matrix have same units as of A that means λ is unitless.
Thanks
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!