Numerical Analysis
people.cs.uchicago.edu › ~ridg › newna7.1 Functional iteration for systems 98 7.2 Newton’s method 103 7.3 Limiting behavior of Newton’s method 108 7.4 Mixing solvers 110 7.5 More reading 111 7.6 Exercises 111 7.7 Solutions 114 Chapter 8. Iterative Methods 115 8.1 Stationary iterative methods 116 8.2 General splittings 117 8.3 Necessary conditions for convergence 123 8.4 More ...
FIXED POINT ITERATION
homepage.divms.uiowa.edu › ~whan › 3800FIXED POINT ITERATION The idea of the xed point iteration methods is to rst reformulate a equation to an equivalent xed point problem: f(x) = 0 x = g(x) and then to use the iteration: with an initial guess x 0 chosen, compute a sequence x n+1 = g(x n); n 0 in the hope that x n! . There are in nite many ways to introduce an equivalent xed point