eig function not working properly

I use the eig function on a 16x16 matrix and it only returns a vector with 9 entries(eigenvalues). how can I get it to return all the eigen values?

Risposte (1)

Jan
Jan il 8 Lug 2011

1 voto

EIG is based on very well tested LAPACK functions. If wrong results are replied, most likely the built-in function is shadowed by a user-defined function or variable. Please use the debugger to go line by line through your caller of EIG. And test EIG in the command window.

Categorie

Scopri di più su Linear Algebra in Centro assistenza e File Exchange

Tag

Richiesto:

il 7 Lug 2011

Community Treasure Hunt

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

Start Hunting!

Translated by