The units of the eig function
2 views (last 30 days)
Show older comments
What are the units of the complex eigenvalues from the eig function?
Will they be ?
[A,B,C,d] = ssdata(linsys1);
E=eig(A);
0 Comments
Answers (1)
Shubham Rawat
on 4 Feb 2021
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
0 Comments
See Also
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!