Content deleted Content added
MfortyoneA (talk | contribs) No edit summary |
Adding short description: "Algorithms in numerical analysis" |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1:
{{Short description|Algorithms in numerical analysis}}
In [[numerical analysis]], '''predictor–corrector methods''' belong to a class of [[algorithm]]s designed to integrate
# The initial, "prediction" step, starts from a function fitted to the function-values and
# The next, "corrector" step refines the initial approximation by using the ''predicted'' value of the function and ''another method'' to interpolate that unknown function's value at the '''same''' subsequent point.
Line 52 ⟶ 53:
\end{align} </math>
The PECEC mode has one fewer function evaluation
More generally, if the corrector is run ''k'' times, the method is in P(EC)<sup>''k''</sup> or P(EC)<sup>''k''</sup>E mode. If the corrector method is iterated until it converges, this could be called PE(CE)<sup>∞</sup>.<ref>{{harvnb|Butcher|2003|p=104}}</ref>
Line 73 ⟶ 76:
* {{MathWorld |title=Predictor-Corrector Methods |urlname=Predictor-CorrectorMethods}}
* [https://web.archive.org/web/20080617035745/http://www.fisica.uniud.it/~ercolessi/md/md/node22.html Predictor–corrector methods] for differential equations
{{Numerical integrators}}
{{DEFAULTSORT:Predictor-corrector method}}
|