vault backup: 2024-02-12 21:00:22
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user