Updated wording from Multiple to Multiply

Corrected wording from "multiple $D$ by" to "multiply $D$ by"
main
hattackk 2020-11-15 17:17:47 -05:00
parent 1e81324573
commit 4aa8c0b0d8
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@
"source": [ "source": [
"Looks good! You can check the other elements until you get used to the algorithm.\n", "Looks good! You can check the other elements until you get used to the algorithm.\n",
"\n", "\n",
"We multiplied a $2 \\times 3$ matrix by a $3 \\times 4$ matrix, so the result is a $2 \\times 4$ matrix. The first matrix's number of columns has to be equal to the second matrix's number of rows. If we try to multiple $D$ by $A$, we get an error because D has 4 columns while A has 2 rows:" "We multiplied a $2 \\times 3$ matrix by a $3 \\times 4$ matrix, so the result is a $2 \\times 4$ matrix. The first matrix's number of columns has to be equal to the second matrix's number of rows. If we try to multiply $D$ by $A$, we get an error because D has 4 columns while A has 2 rows:"
] ]
}, },
{ {