next up previous contents index
Next: Singular Value Decomposition Up: Standard Eigenvalue and Singular Previous: Standard Eigenvalue and Singular

Symmetric Eigenproblems

   

The symmetric eigenvalue problem (SEP) is to find the eigenvalues  , tex2html_wrap_inline12778, and corresponding eigenvectors , tex2html_wrap_inline12780, such that
displaymath12772
For the Hermitian eigenvalue problem  we have
displaymath12773
For both problems the eigenvalues tex2html_wrap_inline12778 are real.

When all eigenvalues and eigenvectors have been computed, we write
displaymath12774
where tex2html_wrap_inline12784 is a diagonal matrix whose diagonal elements are the eigenvalues , and Z is an orthogonal (or unitary) matrix whose columns are the eigenvectors. This is the classical spectral factorization   of A.

Two types of driver routines  are provided for symmetric or Hermitian eigenproblems:

The driver routines are shown in table 3.4. Currently the only simple drivers provided are PSSYEV and PDSYEV.



Susan Blackford
Tue May 13 09:21:01 EDT 1997