We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581cb4b commit 45f747dCopy full SHA for 45f747d
README.md
@@ -40,7 +40,7 @@ Plot the result using `matplotlib.pyplot`'s `plot` function.
40
41
#### Fitting a Polynomial to a function:
42
The straight line above is insufficient to model the data. Using your
43
-implementation of `set_up_point_matrix` set $m=300$ (to set up a square matrix) and fit the polynomial
+implementation of `set_up_point_matrix` set $n=300$ (to set up a square matrix) and fit the polynomial
44
by computing
45
46
$$\mathbf{A}^{\dagger}\mathbf{b} = \mathbf{x}_{\text{fit}}.$$
0 commit comments