Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/1.prodotto-matrici.tex
185 views
1
\subsection{Prodotto tra matrici}
2
\(
3
\begin{bmatrix}
4
1 & 4 \\[-0.2em]
5
2 & 3 \\[-0.2em]
6
1 & 2 \\
7
\end{bmatrix}
8
\begin{bmatrix}
9
2 & 1 & 0 & 4 \\[-0.2em]
10
3 & 5 & 1 & 3 \\
11
\end{bmatrix}
12
=
13
\begin{bmatrix}
14
14 & 21 & 4 & 16 \\[-0.2em]
15
13 & 17 & 3 & 17 \\[-0.2em]
16
8 & 11 & 2 & 10 \\
17
\end{bmatrix}
18
\)
19