Numerical Analysis/Inverse iteration exercises
< Numerical AnalysisConsider the matrix, , and the vector,
The LU decomposition of A is .
By hand, use the LU decomposition to do two iterations of the inverse power method (without shift) starting with
Solution, first iteration:
.
The estimated eigenvalue is
and the estimated eigenvector is
.
Solution, second iteration:
.
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 and the estimated eigenvector is
.
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.