diff --git a/education/math/Matrices.md b/education/math/Matrices.md index 558abcc..1af19f3 100644 --- a/education/math/Matrices.md +++ b/education/math/Matrices.md @@ -23,11 +23,15 @@ $$ 4 & 5 & 6 \end{bmatrix} * \begin{bmatrix} -1 & 2 +1 & 2\\ +3 & 4\\ +5 & 6 \end{bmatrix} $$ -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. + + +%% 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. %% https://www.youtube.com/watch?v=XkY2DOUCWMU