General Iterative Solve

  1. Splitting -- find M and N such that tex2html_wrap_inline745 .
  2. Start with an initial guess tex2html_wrap_inline747 .
  3. At each iteration, solve tex2html_wrap_inline749 (an easy-to-solve system).
  4. Stop when tex2html_wrap_inline751 tolerance.

next up previous
Next: Concrete Examples Up: ITERATIVE METHODS Previous: An Example