1 |
Generic Iteration Strategy is to split matrix
|
2 | Ax = b implies Mx = Nx + b |
3 | So write Mxk = Nx(k-1) + b (*) |
4 | All iteration methods have this form for different choices of M, N for given A and b |
5 | We must ensure that Iteration (*) converges and we naturally prefer that it converges fast! |