Numerical Analysis/Power iteration exercises

< Numerical Analysis

Exercises

Consider the matrix,  A=\left[\begin{array}{c c c}6 & 2 & -1 \\2 & 5 & 1 \\-1 & 1 & 4 \end{array} \right] , and the vector,  \textbf{x}^{(0)} = \left[\begin{array}{c}1 \\1 \\ 1 \\\end{array} \right].

By hand, do two iterations of the power method starting with  \textbf{x}^{(0)}.

Use a computational software package to do 50 iterations. What was the result?

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.