The units of the eig function
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Shubham Rawat
2021년 2월 4일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!