Chapter:

Power--Method-

TITLE: 

TO FIND THE LARGEST OR DOMINANT EIGEN VALUE AND CORRESPONDING EIGEN VECTOR USING POWER METHOD  

OBJECTIVES:

  • To be able to follow the algorithm of power method of finding largest or dominant Eigen value and corresponding Eigen vector.

  • To build some programming concepts by solving practical problems.

 TOOLS REQUIRED:

  • Computer workstation

  • Program software (as necessary)

 THEORY:

In many real world applications of science and engineering, it is required to find numerically the largest or dominant Eigen value and corresponding Eigen vector. Power Method follows iterative approach and is quite convenient and well suited for implementing on computer.

Let A be the square matrix of order n i.e `A_(n**n)`Then Power Method starts with one ....Show More