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