Use Richardson extrapolation to estimate the first derivative of y = cos x at x = /4 using step sizes of h1 = py/3 and h2 = py/6. Employ centered differences
of O(h2 ) for the initial estimates.
Use python to aid your calculations. Analyze your results.