Using dgeev



On 2013-05-23, Ben Blomberg <bblomberg at mail.bradley.edu> wrote:

> I am using the function dgeev to find the eigenvalues and eigenvectors of a
> 21x21 matrix. Can anyone tell me if dgeev normalizes the eigenvectors? If
> not is there another function to do this or do I need to write my own?

The documentation claims that

     The computed eigenvectors are normalized to have Euclidean norm
     equal to 1, and largest component has imaginary part equal to zero.

best

Robert Dodier