Re: Matrix Diagonalization



On 2009-03-11 12:19:29 -0300, mecej4 <mecej4@xxxxxxxxxxxxxxxxx> said:

Fatemeh wrote:

Dear all ;

I tried to diagonalized a matrix via Lapack .
I can find correct eigenvalue, but the result of eigenvector
isn't correct.
Is there anyone can help me?

<--CUT-->

What makes you think that the eigenvector is not correct? What did you get, and what did you expect as "correct"?

If x is an eigenvector of A, so is c.x, where c is a scalar. Prove it to yourself.

-- mecej4

Also the simple case of all eigenvalues being equal is not at all simple.
Much better to try the case of all eigenvalues having differing values.



.



Relevant Pages

  • Re: Fast solution to very small eigenvalue problem
    ... Mark Mackey writes: ... >I need to find the eigenvector corresponding to the largest eigenvalue ... I've vaguely looked at LAPACK etc, ... if the number of negative pivots is ...
    (comp.programming)
  • Re: Fast solution to very small eigenvalue problem
    ... Mark Mackey writes: ... >I need to find the eigenvector corresponding to the largest eigenvalue ... I've vaguely looked at LAPACK etc, ... if the number of negative pivots is ...
    (sci.math.num-analysis)
  • Re: Matrix Diagonalization
    ... Fatemeh wrote: ... I tried to diagonalized a matrix via Lapack. ... but the result of eigenvector ... If x is an eigenvector of A, so is c.x, where c is a scalar. ...
    (comp.lang.fortran)
  • Re: eigenvalues of A
    ... (because if v is eigenvector for A, then kv is eigenvector for kA) ... If A is a diagonal matrix, ... If k is not a scalar, ... Arturo Magidin ...
    (sci.math)

Loading