Numerical Analysis Project
Your job:
Either
- to create a method to numerically determine the maximum and minimum
of a function on an interval, and
- to implement the method in code (so that it can be tested).
or
- to create a method to sensitively and sensibly plot a function on
an interval, and
- to implement the method in code (so that it can be tested).
In either case, this should be an adaptive scheme that produces good results
for a wide range of functions.
You should use a nice test suite of functions to verify that your algorithm
works well. I will then give it a set of my own choosing, to see if I can break
your code!;)
NB: If you'd like to propose an alternate project, I'm willing to listen.
Website maintained by Andy Long.
Comments appreciated.