Content deleted Content added
Line 27:
: <math>\tilde{y}_{g+n} = y_i + \frac{h}{2}(f(t_i, y_i) + f(t_{i+1},\tilde{y}_{g+n-1})).</math>
This iteration process is repeated until some fixed value ''n'' or until the guesses converge to within some error tolerance ''e'' :
: <math> | \tilde{y}_{g+n} - \tilde{y}_{g+n-1} | <= e </math>
|