DR. RIDDLE'S HOME PAGE
CSCI 4100:
4100 HOME PAGE
E-MAIL: friddle at lagrange.edu
CSCI 4100 SPRING 2005 ASSIGNMENT 5
DUE APRIL 19
1. Write a program to compute a derivative by Richardson extrapolation. Test the program using f(x)=2x
6
at x=1. Use h=1 and n=3.
2. Compute D(2,2) with the data above using a calculator.