Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Module_1a_linear_algebra_inverse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"metadata": {},
"source": [
"### E<sub>2</sub> elimination\n",
"To remove `y` from the first equation matrix, we write our second slimination matrix\n",
"To remove `y` from the first equation matrix, we write our second elimination matrix\n",
"\n",
"$$ E_{2} = \\begin{bmatrix}1 & 3/7\\\\ 0 & -1/7\\end{bmatrix} $$\n",
"\n",
Expand Down