]> AND Private Git Repository - 14Mons.git/blob - talk/markov2.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initiailisation
[14Mons.git] / talk / markov2.tex
1 \begin{exampleblock}{$g(x_1,x_2)=(\overline{x_1},x_1\overline{x_2})$, $h(x_1,x_2)=(\overline{x_1},x_1\overline{x_2}+\overline{x_1}x_2)$}
2 \vspace{-1em}
3 \begin{figure}%[t]
4     \subfloat[$\Gamma(g)$, $M_g$]{
5       \begin{minipage}{0.11\textwidth}
6           \includegraphics[scale=0.4]{g.pdf}
7       \end{minipage}
8       \begin{minipage}{0.38\textwidth}
9           $\dfrac{1}{2}\left( 
10             \begin{array}{cccc} 
11               1  &0  &1 & 0 \\ 
12               1  &0  &0 & 1 \\ 
13               1  &0  &0 & 1 \\ 
14               0  &1  &1 & 0 
15             \end{array}
16           \right)$
17         \end{minipage}
18       }
19     \subfloat[$\Gamma(h)$, $M_h$]{
20       \begin{minipage}{0.10\textwidth}
21           \includegraphics[scale=0.4]{h.pdf}
22       \end{minipage}
23       \begin{minipage}{0.25\textwidth}
24         $\dfrac{1}{2}\left( 
25           \begin{array}{cccc} 
26             1  &0 & 1&  0 \\ 
27             0  &1 & 0&  1 \\ 
28             1  &0 & 0&  1 \\ 
29             0  &1 & 1&  0 
30           \end{array}
31         \right)
32         $
33       \end{minipage}
34     }
35 \end{figure}
36 \end{exampleblock}