Skip to content

Commit 45f747d

Browse files
authored
Update README.md
1 parent 581cb4b commit 45f747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Plot the result using `matplotlib.pyplot`'s `plot` function.
4040

4141
#### Fitting a Polynomial to a function:
4242
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
43+
implementation of `set_up_point_matrix` set $n=300$ (to set up a square matrix) and fit the polynomial
4444
by computing
4545

4646
$$\mathbf{A}^{\dagger}\mathbf{b} = \mathbf{x}_{\text{fit}}.$$

0 commit comments

Comments
 (0)