Next: The Rayleigh-Ritz Method:
Up: NUMERICAL TECHNIQUES FOR EIGENVALUES
Previous: The Power Method
We know that if
is an eigenvalue of
and if
is
nonsingular then
is an eigenvalue of
.
This suggests a way to estimate the smallest eigenvalue of
using the power method: arrange eigenvalues as
can be done since
is non-singular,
is not an eigenvalue. The eigenvalues of
arranged:
Apply power method to
. But we don't
compute
. Instead solve
for
by some efficient linear algebra solver. One could
consider an
factorization, since it only has to be done only once.
These two suggest a way to find the eigenvalue farthest to a given
value
. The ``Shifted Matrix Power Method,'' here
is
complex generally: the trick is to construct a matrix
and then use the regular power method on
, i.e.
Finally, we could consider the eigenvalue closest to
. In this
case we apply the inverse power method on
, i.e.
Next: The Rayleigh-Ritz Method:
Up: NUMERICAL TECHNIQUES FOR EIGENVALUES
Previous: The Power Method
Juan Restrepo
2003-04-12