Guest User

Untitled

a guest
May 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. g := Graph[{1 [DirectedEdge] 2, 2 [DirectedEdge] 3, 3 [DirectedEdge] 2, 3 [DirectedEdge] 1, 3 <-> 3}]
  2.  
  3. m = ( {{0, 0, 1}, {1, 0, 1}, {0, 1, 1} } )
Add Comment
Please, Sign In to add comment