Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 5857

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 1048280946 *}

i1 : V = {a,b,c,d};

i2 : E = {(a,b), (a,c), (c,d)};

i3 : G = directedGraph (V,E)

o3 = DirectedGraph{cache => CacheTable                      }
                   DirectedEdges => {(a, b), (a, c), (c, d)}
                   Vertices => {a, b, c, d}

o3 : DirectedGraph

i4 :