Skip to content

Commit af537f5

Browse files
committed
minor typo
1 parent fb7ccd9 commit af537f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_interpolation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"This gets complicated quickly! Note, we have three equations and three unknowns, and the previous system is a linear system of three equations.\n",
196196
"and in general, the problem will reduce to a linear system\n",
197197
"$$ \n",
198-
" A(\\mathbf{x}) = \\mathbf{y}\n",
198+
" A(\\mathbf{x})\\mathbf{p} = \\mathbf{y}\n",
199199
"$$\n",
200200
"A more general approach to solving the system will be explored later, but first it is important to determine whether or not the system even has a solution. "
201201
]

0 commit comments

Comments
 (0)