1 | The predictor/corrector methods use previous values Xi-1, Xi-2, ...... to increase accuracy p - not extra values between Xi and Xi+1 as in Runge Kutta |
2 | General form of multi-step difference equation: |
3 |
Xi+1 = am-1Xi + am-2 Xi-1 + ..... + a0Xi+1-m + h(bmf(ti+1, Xi+1) + bm-1 f (ti, Xi) + .....
|
4 | if coefficient of f evaluation independent on ti+1 bm=0, this is an explicit equation |