vault backup: 2024-02-09 09:24:58
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user