Content deleted Content added
corrected a definition of F(x',x'') |
math notation |
||
Line 5:
Steffensen's method finds [[fixed point]]s of a [[Map (mathematics)|mapping]] ƒ. In the original definition, ƒ was supposed to be a real function, but the method has been generalised for functions <math>f : X \to X </math> on a [[Banach space]] <math>X</math>.
The method assumes that a [[Indexed family|family]] <math>\{F(x',x''):x', x'' \in X\}</math> of [[Bounded set|bounded]] [[linear operators]] (called ''divided difference'') associated with ''x''<nowiki>'</nowiki> and ''x''
: <math>f(x')- f(x'')=F(x',x'')(x'-x''). \,</math>
Steffensen's method is then very similar to the Newton's method, except that it uses
: <math>x_{k+1} = x_k + [I - F(f(x_k), x_k)]^{-1}(f(x_k) - x_k)
for ''k'' = 1, 2, 3, ... . If the operator ''F'' satisfies
: <math>\|F(x',x'')-F(y',y'')\| \le K \big( \|x'-y'\| + \|x''-y''\| \big) </math>
for some constant ''K'', then the method converges quadratically to a fixed point of ƒ if the initial approximation <math>x_0</math> is sufficiently
==References==
|