vault backup: 2024-02-09 09:24:58
This commit is contained in:
parent
decd0308c7
commit
9832183a02
@ -15,5 +15,8 @@ $$
|
|||||||
## Multiplying matrices
|
## Multiplying matrices
|
||||||
To multiply two matrices, the number of columns for the first option must match the number of columns in the second.
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user