The units of the eig function
显示 更早的评论
What are the units of the complex eigenvalues from the eig function?
Will they be
?
?[A,B,C,d] = ssdata(linsys1);
E=eig(A);
回答(1 个)
Shubham Rawat
2021-2-4
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Eigenvalues & Eigenvectors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!