eigenvalues and orthonormal eigenvectors

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

 Respuesta aceptada

Ben11
Ben11 el 18 de Ag. de 2014

0 votos

Yes there is. Look at the eig function.

Más respuestas (1)

Joe Vignola
Joe Vignola el 23 de Oct. de 2017

0 votos

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.

Preguntada:

el 18 de Ag. de 2014

Respondida:

el 23 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by