The basic philosophy is to
- Either apply subsequent similarity transformations (direct method) so that
STN…ST1AS1…SN=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.