Numerical Analysis/Topics/Power iteration examples

Power method is an eigenvalue algorithm which can be used to find the eigenvalue with the largest absolute value but in some exceptional cases, it may not numerically converge to the dominant eigenvalue and the dominant eigenvector. We should know the definition for dominant eigenvalue and eigenvector before learning some exceptional examples.

Definitions edit

let  , ,....  be the eigenvalues of an n×n matrix A.   is called the dominant eigenvalue of A if   >  , i= 1,2,3.....n. The eigenvectors corresponding to   are called dominant eigenvectors of A.

Next we should show some examples where the power method will not converge to the dominant eigenpair of a given matrix.

Example 1 edit

Use power method to find an eigenvalue and its corresponding eigenvector of the matrix A.

 .

We obtained the eigenvalues of matrix A are  ,  ,   solving the characteristic polynomial. Here the dominant eigenvalue is 5. we can choose the initial guess vector is  . Then we apply the power method.

  =    =  ,  , and it implies   =  . In this way,

  =    =  , so  , and it implies   =  . As we can see, the sequence   converges to 2 which is not the dominant eigenvalue.

Example 2 edit

Consider the matrix  .

Apply the power method to find the eigenvalue of the matrix with starting guess

  =  .

  =    =  ,

thus  , and it implies

  =  .

We continue doing some iterations:

   =  

so  , and it implies   =  .

   =  

so  , and it implies

  =  .

We can see the sequence   and   are divergent. Under this situation can we conclude that the dominant eigenvalues are complex conjugate of each other.