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
|
||||
\begin{align*}
|
||||
\begin{pmatrix}
|
||||
1 & 1 & 1 \\
|
||||
0 & 0 & 0 \\
|
||||
1 & 0 & 1 \\
|
||||
1 & 0 & 0 \\
|
||||
0 & 0 & 0
|
||||
1 & 0 & 0 \\
|
||||
1 & 1 & 0
|
||||
\end{pmatrix}
|
||||
\end{align*}
|
||||
\footnotesize
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue