Jump to content

Talk:Predictor–corrector method

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jeffareid (talk | contribs) at 04:09, 21 July 2009 (Proposed example). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Proposed example

Example of a trapezoidal predictor-corrector method

first calculate an initial guess value

next calculate successive guesses

...

until the guesses converge to within some error tolerance e:

Once convergence is reached, then use the final guess as the next step:

If the guesses don't converge within some number of steps, such as reduce h and repeat the step. To optimize this, if the steps converge too soon, such as 4 steps, then increase h. If I remember correctly, the iterative process converges quadratically.

Jeffareid (talk) 04:09, 21 July 2009 (UTC)[reply]