Processing math: 100%

 

 

 

Eigenvalue problems, basic definitions

The basic philosophy is to

  • Either apply subsequent similarity transformations (direct method) so that
STNST1AS1SN=D,
  • Or apply subsequent similarity transformations so that A becomes tridiagonal (Householder) or upper/lower triangular (the QR method to be discussed later).
  • Thereafter, techniques for obtaining eigenvalues from tridiagonal matrices can be used.
  • Or use so-called power methods
  • Or use iterative methods (Krylov, Lanczos, Arnoldi). These methods are popular for huge matrix problems.