Next: DIFFERENCE EQUATIONS
Up: NUMERICAL TECHNIQUES FOR EIGENVALUES
Previous: The QR Method
To find eigenvectors.
Suppose
has a Jordan canonical form which is diagonal.
Let the columns of
be denoted by
. Then
Assume
(can always be done). Let
be an
approximation to a simple eigenvalue
of
. Given an
initial
, define
and
by
Note: Here we want
to be a ``poor'' guess of
,
since otherwise we get a severely ill-conditioned matrix
! So choose a ``close'' value.
More precisely: let
|
(95) |
 |
|
|
from the power method:
|
(96) |
 |
|
|
|
(97) |
|
|
|
|
(98) |
 |
|
|
substituting (96):
|
(99) |
![\begin{displaymath}
(A-\lambda I)^{-m}z^{(0)}=\sum^n_{i=1}\alpha_i[\frac{1}{\lambda_i
-\lambda}]^m x_i
\end{displaymath}](img2901.png) |
let
and assume
.
>From (99) and (100)
|
(100) |
![\begin{displaymath}
z^{(m)}=\sigma_m
\frac{x_k+\varepsilon ^m\sum_{i\ne k}\frac...
...a_k}
[\frac{1}{\lambda_i-\lambda}]^m x_1\vert\vert _{\infty}}.
\end{displaymath}](img2904.png) |
If
then
which tends to
as
, and with (101) shows
that
converges to a multiple of
. The convergence is
linear, though. In its implementation, a sensible thing to do is to
-factorize
.
Next: DIFFERENCE EQUATIONS
Up: NUMERICAL TECHNIQUES FOR EIGENVALUES
Previous: The QR Method
Juan Restrepo
2003-04-12