Numerical Analysis/Inverse iteration exercises

From testwiki
Revision as of 19:36, 8 October 2020 by 67.255.97.141 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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?