From 0a0e16661688009593d479b552b5946e6e551f76 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sun, 29 Sep 2024 21:26:42 -0400 Subject: [PATCH] link --- notes/Least-Square Fitting.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Least-Square Fitting.ipynb b/notes/Least-Square Fitting.ipynb index a181f48..a100ea4 100644 --- a/notes/Least-Square Fitting.ipynb +++ b/notes/Least-Square Fitting.ipynb @@ -919,7 +919,7 @@ "p(a) = x_1 + x_2 a + x_3 a^2 + \\cdots + x_n a^{n-1} \\; ,\n", "$$\n", "\n", - "which leads to the $m \\times n$ matrix\n", + "which leads to the $m \\times n$ matrix (called a [\"Vandermonde\" matrix](https://en.wikipedia.org/wiki/Vandermonde_matrix))\n", "\n", "$$\n", "A = \\begin{pmatrix}\n",