Write a small code to compute derivatives of a function, using the fft. Then try it on various choices where you can compute the answer exactly. Compare the numerical to the exact answer. Try various functions, with various resolutions. How does the accuracy of the answer depend on: --- the number of points used? --- the degree of smoothness of the input [try inputs that only have a few derivatives]. % %% EOF