eig function not working properly

4 Ansichten (letzte 30 Tage)
Emad
Emad am 7 Jul. 2011
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?
  1 Kommentar
the cyclist
the cyclist am 7 Jul. 2011
Can you post the matrix so we can give it a try?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jan
Jan am 8 Jul. 2011
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.

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by