From 1e8072d894b64d512908580306069afc8652eddb Mon Sep 17 00:00:00 2001 From: Andrew Cumming Date: Tue, 12 Sep 2023 10:52:54 -0400 Subject: [PATCH] Fixes typo in interpolate.md --- interpolation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interpolation.md b/interpolation.md index 7a50979..64eb994 100644 --- a/interpolation.md +++ b/interpolation.md @@ -22,7 +22,8 @@ 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