Power Method
Let
Power method is a useful method to find the dominant eigenvalue. The idea is to use the property of the diagonalization such that
Power method picks a random
Where we use the Infinity Norm. After many iterations we are left with the following result:
We can then find the eigenvalue using
Example
Go to Using Power Method to see a worked example of using power method to find the dominant eigenvalue.