Predictor–corrector method: Difference between revisions

Content deleted Content added
Jeffareid (talk | contribs)
Jeffareid (talk | contribs)
Line 19:
: <math>\tilde{y}_{g} = y_i + h f(t_i,y_i)</math>
 
next improve the initial guess through iteration of the trapezoidal rule, whichthis iteration process normally converges quickly:
 
: <math>\tilde{y}_{g+1} = y_i + \frac{h}{2}(f(t_i, y_i) + f(t_{i+1},\tilde{y}_{g})).</math>