diff --git a/interpolation.md b/interpolation.md index 4631b91..0c46777 100644 --- a/interpolation.md +++ b/interpolation.md @@ -48,7 +48,6 @@ f_cubic = f2[ind] Add this to your code from the previous exercise and compare with the results for linear interpolation. Do you see a different scaling with the number of points? Use the [`deriv()`](https://numpy.org/doc/stable/reference/generated/numpy.polynomial.polynomial.Polynomial.deriv.html#numpy.polynomial.polynomial.Polynomial.deriv) method associated with the polynomial to plot the first and second derivatives of the interpolating function (as a function of $x$). Does the behavior of the derivatives make sense? What happens at the boundary between each interval $x_i