diff --git a/interpolation.md b/interpolation.md index 64eb994..561dc1f 100644 --- a/interpolation.md +++ b/interpolation.md @@ -23,7 +23,7 @@ Choose a function (e.g. $\sin(x)$ between $0$ and $2\pi$ or a Gaussian) and inve Linear interpolation is an example of a polynomial fit -- given two data points, we can fit a straight line between them. We could go to higher order by including more data points when modelling each interval. For example, for the interval $x_i