Content deleted Content added
journal link |
minor grammar edit. Small punctuation change |
||
Line 15:
or perhaps more clearly,
:<math>\ g(x) ~=~ \frac{\ f(x + h) - f(x) \ }{h}\ ~~\approx~~ \frac{\ \operatorname{d}f( x )\ }{ \operatorname{d}x } ~\equiv~ f'( x )\
where <math>\ h = f(x)\ </math> is a step-size between the last iteration point, <math>\ x\
Technically, the function <math>\ g\ </math> is called the first-order [[divided difference]] of <math>\ f\ </math> between those two points ( it is either a ''forward''
Because the value of <math>\ g\ </math> is an approximation for <math>\ f'\ ,</math> its value can optionally be checked to see if it meets the condition <math>\ -1 < g < 0\ </math> which is required of <math>\ f'\ ,</math> to guarantee convergence of Steffensen's algorithm. Although slight non-conformance may not necessarily be dire, any large departure from the condition warns that Steffensen's method is liable to fail, and temporary use of some fallback algorithm is warranted (e.g. the more robust [[Illinois algorithm]], or plain [[regula falsi]]).
|