In this chapter we first look at interpolation techniques
to provide values in between known data points.
We then look at three methods for numerical integration:
We use interfaces to create a set of classes to represent functions
and integration tools.
Note that from this point on, the programs will follow the coding
conventions discussed in Chapter
5: Java.
|