Content deleted Content added
grammar |
minor text edit |
||
Line 3:
==Simple description==
The simplest form of the formula for Steffensen's method occurs when it is used to find a [[zero of a function|zero]] of a [[real function]] <math>\ f\, ;</math> that is, to find the real value <math>x_\star</math> that satisfies <math>\ f(x_\star) = 0 ~.</math> Near the solution <math>\ x_\star\, ,</math> the derivative of the function, <math>\ f'\ ,</math> is supposed to approximately satisfy <math>\ -1 < f'(x_\star) < 0\
Given an adequate starting value <math>\ x_0\, ,</math> a sequence of values <math>\ x_0,\ x_1,\ x_2, \dots,\ x_n,\ \dots\ </math> can be generated using the formula below. When it works, each value in the sequence is much closer to the solution <math>\ x_\star\ </math> than the prior value. The value <math>\ x_n\ </math> from the current step generates the value <math>\ x_{n+1}\ </math> for the next step, via this formula:<ref name=Dahlquist-Björck-1974/>
|