eigenvalues and orthonormal eigenvectors

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

 Akzeptierte Antwort

Ben11
Ben11 am 18 Aug. 2014

0 Stimmen

Yes there is. Look at the eig function.

Weitere Antworten (1)

Joe Vignola
Joe Vignola am 23 Okt. 2017

0 Stimmen

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.

Gefragt:

am 18 Aug. 2014

Beantwortet:

am 23 Okt. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by