summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/graphInteractions2.txt
blob: e13731a3629affce9bee2eeaf6a9c0650a1aa7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\begin{graph}
    rankdir=LR
    node [shape=plaintext]
    [[1 0 0 ; 0 1 0 ; 0 0 1]]  
    [[1 0 0 ; 0 1 0 ; 0 0 1]]   -> v_2 [label=  [1 0 ; 0 1]  , color=forestgreen]
    v_2 -> v_3 [label=$S \subseteq \{1,2,3\}^4$(2)]
    v_3 -> [[1 0 0 ; 0 1 0 ; 0 0 1]]  [label=$(f \circ g)^{-1}$(2)]
\end{graph}




\begin{graph}
    rankdir=LR
    node [shape=plaintext]
    $ [[1 0 0 ; 0 1 0 ; 0 0 1]] $(5) 
    $ [[1 0 0 ; 0 1 0 ; 0 0 1]] $(5)   -> v_2 [label=$ [[1 0 ; 0 1]] $(6), color=forestgreen]
    $v_2$(1) -> v_3 [label=$S \subseteq \{1,2,3\}^4$(2)]
    $v_3$(1) -> $ [[1 0 0 ; 0 1 0 ; 0 0 1]] $(5)  [label=$(f \circ g)^{-1}$(2)]
\end{graph}