vault backup: 2024-02-09 09:24:58

This commit is contained in:
zleyyij 2024-02-09 09:24:58 -07:00
parent decd0308c7
commit 9832183a02

View File

@ -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