Question: Suppose S(x) is a cubic spline interpolant of the data (Xl, yl), ... , (xn, Yn) obtained using spline. Write a MATLAB function d3 - MaxJump(S) that returns the maximum jump in the third derivative of the spline S assumed to be in the pp-representation. Vectorize as much as possible. Use the max function.