Numerical Analysis/Inverse iteration exercises

From testwiki
Jump to navigation Jump to search

Consider the matrix, A=[621251114], and the vector, x(0)=[111].

The LU decomposition of A is L=[1000.3333100.1670.30771],U=[62104.3331.333003.423].

By hand, use the LU decomposition to do two iterations of the inverse power method (without shift) starting with x(0).

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