Eigen values vectors


Lygios
08-01-2002, 02:52 AM
Hello friends

I am looking for a sub for calculating the eigen values and the
eigen vectors of a square matrix (symmetric and non symmetric)

any idea?

mathwiz
08-02-2002, 07:06 PM
Well, for symmetric, what's wrong with the Numerical Recipes routines in Sections 11.1 - 11.3 of the book?
For nonsymmetric, you'll need to look elsewhere I guess.