Introduction

All methods seen up to now are single step methods, in the sense that the approximation [Maple Math] only depends on the previous result [Maple Math] and not on other calculated results.

Multistep methods take the form

[Maple Math] ,

for [Maple Math] .

These methods use previously calculated values to make the next estimate. They require initial values

[Maple Math] ,

where the [Maple Math] must be calculated using a different method for [Maple Math] .

>

When [Maple Math] , the formula only uses values already obtained and is called `explicit' . [Maple Math] can easily be calculated using the obtained values.

>

When [Maple Math] , the values [Maple Math] and [Maple Math] appear on the right-hand-side as well, so that the formula becomes an iterative formula. In this case, the method is called `implicit'.