eigenvalues and orthonormal eigenvectors

Does anybody know how to get the eigenvalues of a matrix in Matlab? And the orthomalized eigenvectors of a matrix?

 採用された回答

Ben11
Ben11 2014 年 8 月 18 日

0 投票

Yes there is. Look at the eig function.

その他の回答 (1 件)

Joe Vignola
Joe Vignola 2017 年 10 月 23 日

0 投票

eig does produce eigen values and eigen vector. I assume Josep is asking why the eigen vectors are not orthonormal. Another thing to notice is the matrix of eigen vectors is not always symetric.

質問済み:

2014 年 8 月 18 日

回答済み:

2017 年 10 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by