Content deleted Content added
eponym |
Jitse Niesen (talk | contribs) rewrite, use bound from reference |
||
Line 1:
In [[numerical analysis]], '''Steffensen's method''' is a [[root-finding method]]. It is similar to [[Newton's method]] and it also achieves [[order of convergence|quadratic convergence]], but it does not use [[derivative]]s. The method is named after [[Johan Frederik Steffensen]].
==Generalised definition==
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 ƒ on a [[Banach space]] ''X''.
: <math>F(x',x'')(x'-x'')=F(x')- F(x''). \,</math>
Steffensen's method is then the same as Newton's method, except that it uses this operator instead of the derivative. It is thus defined by
▲for a [[Map (mathematics)|mapping]] ƒ on a [[Banach space]] ''X'' and ''F''(''x''<nowiki>'</nowiki>,x") a [[Indexed family|family]] of [[Bounded set|bounded]] [[linear operators]] associated with ''x''<nowiki>'</nowiki> and ''x''", having the properties
: <math>x_{k+1} = x_k + [I - F(
If ''F'' satisfies
: <math>
==References==
Line 21 ⟶ 23:
* "On Steffensen's Method", L. W. Johnson; D. R. Scholz, ''SIAM Journal on Numerical Analysis'', Vol. 5, No. 2. (Jun., 1968), pp. 296-302. Stable URL: [http://links.jstor.org/sici?sici=0036-1429%28196806%295%3A2%3C296%3AOSM%3E2.0.CO%3B2-H]
[[Category:
|