eigenvalues and orthonormal eigenvectors
15 ビュー (過去 30 日間)
古いコメントを表示
Does anybody know how to get the eigenvalues of a matrix in Matlab? And the orthomalized eigenvectors of a matrix?
0 件のコメント
採用された回答
その他の回答 (1 件)
Joe Vignola
2017 年 10 月 23 日
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!