Updated wording from Multiple to Multiply
Corrected wording from "multiple $D$ by" to "multiply $D$ by"main
parent
1e81324573
commit
4aa8c0b0d8
|
@ -1347,7 +1347,7 @@
|
|||
"source": [
|
||||
"Looks good! You can check the other elements until you get used to the algorithm.\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:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue