diff --git a/education/math/Matrices.md b/education/math/Matrices.md index 1af19f3..c6e9a9a 100644 --- a/education/math/Matrices.md +++ b/education/math/Matrices.md @@ -30,6 +30,7 @@ $$ $$ +When multiplying two matrices together, you're going to go row by column, just like the order. You'll multiply the first entry in the row of the first matrix by the first entry in the column of the second matrix. %% To get answers, go through each entry in the second matrix, entry by entry, and multiply by every item in the matching row of the first one, then add all of those together. %%