Numerical Analysis/Power iteration exercises
< Numerical AnalysisExercises
Consider the matrix,
, and the vector,
By hand, do two iterations of the power method starting with
Solution, first iteration:
so the estimated eigenvalue is
and the estimated eigenvector is
.
Solution, second iteration:
so the estimated eigenvalue is
and the estimated eigenvector is
.
Use a computational software package to do 50 iterations. What was the result?
Solution, 50 iterations:
The estimated eigenvalue after 50 iterations is
with estimated eigenvector
This article is issued from Wikiversity - version of the Saturday, April 02, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.