Re: Eigenvalue Solver for Symmetric Matrices




"Lisa Termine" <lmtermine@xxxxxxxxxxx> wrote in message
news:ef53085.-1@xxxxxxxxxxxxxxxxxxxxxxxxxx
I have a symmetric matrix and I am trying to find the eigenvalues and
eigenvectors for this matrix. What is the symmetric eigenvalue
solver that I should use? I am using eigs however that is for the
general eigenvalue problem. Is there a method that I could use for
the specific case when the matrix is symmetric?

QR is supposed to be faster for finding eigenvalues for symmteric matrices.
reference: Prof Mathews web site:
http://math.fullerton.edu/mathews/n2003/QRMethodMod.html
"We now investigate a well known and efficient method for finding all the
eigenvalues of a general nxn real matrix. The QR method can be used for an
arbitrary real matrix, but for a general matrix it takes many iterations and
becomes time consuming.

QR works much faster on
1. symmetric"
....

I did a quick google, and there is on file exchange a QR matlab function for
finding eigenvalues:

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=13813

hth
Nasser



.



Relevant Pages

  • Re: Compute eigen values/vectors of a 22k x 22k matrix
    ... Any CAS program should be ... Strassen's algorithm has nothing to do with finding eigenvalues. ... the eigenvalues of any matrix by computing anything with the ...
    (sci.math)
  • eigenvalues in LDA
    ... But now I'm facing the problem of selecting the largest eigenvalues ...
    (sci.math.num-analysis)
  • Re: eigenvector for a 3-by-3 symmetric real matrix
    ... by-3 symmetric positive definite real matrix. ... i wanna put this stuff running on hardware. ... In order to find the eigenvalues apply an iterative method, ...
    (sci.math.num-analysis)
  • Re: Bound for quotient of eigenvalues
    ... 2x2 real matrix ... integrals are from 0 to 1). ... is positive definite and therefore it has two positive eigenvalues. ... Jose Carlos Santos ...
    (sci.math)
  • Re: Eigenvalue of symmetric matrix
    ... Hardy B. Siahaan wrote: ... Given is any real matrix A of size n by n where A+A' does not have ... >complex conjugate eigenvalue. ... Not a function of the eigenvalues of A. For example, ...
    (sci.math.research)