diff --git a/education/math/Matrices.md b/education/math/Matrices.md index bfa129f..7a8e54a 100644 --- a/education/math/Matrices.md +++ b/education/math/Matrices.md @@ -15,5 +15,8 @@ $$ ## Multiplying matrices To multiply two matrices, the number of columns for the first option must match the number of columns in the second. -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 + +## Adding matrices