Eigen Values and Eigen Vectors Using Power Method
Eigen Values and Eigen Vectors Using Power Method
EIGEN VECTORS:
POWER METHOD
Lecture 1: (a) Definition.
(b) Power Method.
1. Introduction
Let A be a
scalar such that
.
The scalar is called the eigenvalue of the matri A, corresponding to the eigenvector .
Let
be the eigenvalues of a
matrix A. If
(i = 2, 3
n), then is called the dominant eigenvalue of A and the eigenvectors corresponding to
, are called dominant eigenvectors.
Let us consider a system
for which we want to find the eigenvalues and eigenvectors. The standard method for that
is to solve for the roots of of the characteristic equation
2. Power Method
We first assume that the matrix A has a dominant eigenvalue with the corresponding
dominant eigenvectors. As stated before, the power method for approximating
eigenvalues is iterative. Hence, we start with an initial approximation
of the dominant
eigenvector of A, which must be non-zero. Thus, we obtain a sequence of eigenvectors
given by
=A 0
= A 1 = A (A 0) =
=A 2 = A (
0) =
................................
................................
= A k-1 =A (
0) =
When k is large, we can obtain a good approximation of the dominant eigenvector of A
by properly scaling the sequence.
Example 1: Use power method to approximate a dominant eigenvalue and the
corresponding eigenvector of
From the above step, it is clear that after performing A , the dominant element of the
matrix
is taken out (which is 4.00 in this case, correct to 3- significant figures). The
corresponding vector
,
Therefore, the dominant eigenvalue, correct to 3-significant figure is 2.00 and the
corresponding eigenvector is
.
iterations.
Solution: We begin with an initial non-zero approximation of dominant eigenvector
as
As explained in Example 1, we take out the largest element of the resultant matrix
(which is 12 in this case) and
Therefore, the dominant eigenvalue, correct to 3-significant figure is 4.00 and the
corresponding eigenvector is
Exercises
1. Using Power Method, find the dominant eigenvalue and the corresponding eigenvector
of the following matrices:
(i)
(ii)
(iii)
(iv)