In Session 4, we looked at error plots for various ways to calculate numerical derivatives. Here is a plot showing results for forward difference, central difference, and a Richardson extrapolation of the central difference results: 0-2 forward difference fit: a1*x + b1 central difference fit: a2*x + b2 extrapolated difference fit: a3*x + b3 fit: a4*x + b4