!
I
602
THE
MATRIX EIGENVALUE PROBLEM
with { wk} the
nth
roots of unity,
k = 1,
...
, n
For
the perturbations in the eigenvalue of A,
(9.1.45)
For example, if n =
10
and
~:
=
10-
10
,
then
(9.1.46)
The earlier result (9.1.10)
gave
a bound that was linear in
€,
and (9.1.45)
is
much
worse, as shown by
(9.1.46).
Since
A(~:)
has n distinct eigenvalues, it also has a complete set of n linearly
independent eigenvectors, call them
x
1
(~:),
•••
,
xn(~:).
The first thing that must be
done is
to
give the relationship of these eigenvectors to the single eigenvector x in
(9.1.43). This is a difficult problem to deal with, and it always must be dealt with
for matrices whose Jordan form
is
not diagonal.
The
matrices A and
A(~:)
are in extremely simple form, and they merely hint
at the difficulties that can occur when a matrix
is
not similar to a diagonal matrix.
In actual practice, rounding errors will always ensure that such a matrix will have
distinct eigenvalues. And this example
is
correct from t]le qualitative point of
view in showing the difficulties that will arise.
9.2 The Power
Method
This is a classical method, of use mainly in finding the dominant eigenvalue and
associated eigenvector of a matrix.
It
is
not a general method, but
is
useful in a
number
of
situations. For example, it is sometimes a satisfactory method with
large sparse matrices, where the methods of later sections cannot be used because
of computer memory size limitations. In addition the method
of
inverse iteration,
described in Section
9.6,
is
the power method applied to an appropriate inverse
matrix.
And
the considerations of this section are an introduction to that later
material.
It
is extremely difficult to implement the power method as a general-
purpose computer program, treating a large and quite varied class of matrices.
But it is
easy to implement for more special classes.
We assume that
A
is
a real n X n matrix for which the Jordan canonical form
is diagonal. Let
X
1
,
..•
,
Xn
denote the eigenvalues of
A,
and let x
1
,
...
, xn be the
corresponding eigenvectors, which form a basis for
en.
We further assume that
(9.2.1)
Although quite special, this
is
the main case of interest for the application of the
power method. And the development can be extended fairly easily to the case of
a single dominant eigenvalue of geometric multiplicity
r > 1 (see Problem 10).
Note that these assumptions imply X
1
and x
1
are real.