Content deleted Content added
Line 23:
: <math> | \tilde{y}_{g+n} - \tilde{y}_{g+n-1} | <= e </math>
or until some fixed number of steps ''n'' have been peformed
Once convergence is reached, then use the final guess as the next step:▼
▲Once convergence is reached or ''n'' steps have been done, then use the final guess as the next step:
: <math>y_{i+1} = \tilde{y}_{g+n}.</math>
|