Merge pull request #322 from hattackk/Update-Wording-in-linear-algebra-notebook

Updated wording from Multiple to Multiply
This commit is contained in:
Aurélien Geron
2021-03-02 10:46:45 +13:00
committed by GitHub

View File

@@ -1358,7 +1358,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:"
] ]
}, },
{ {