presentation : fix matrix typo
This commit is contained in:
parent
6f3a375982
commit
e608c75742
2 changed files with 3 additions and 3 deletions
Binary file not shown.
|
|
@ -27,10 +27,10 @@
|
||||||
\centering
|
\centering
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\begin{pmatrix}
|
\begin{pmatrix}
|
||||||
1 & 1 & 1 \\
|
1 & 0 & 1 \\
|
||||||
0 & 0 & 0 \\
|
|
||||||
1 & 0 & 0 \\
|
1 & 0 & 0 \\
|
||||||
0 & 0 & 0
|
1 & 0 & 0 \\
|
||||||
|
1 & 1 & 0
|
||||||
\end{pmatrix}
|
\end{pmatrix}
|
||||||
\end{align*}
|
\end{align*}
|
||||||
\footnotesize
|
\footnotesize
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue