Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[a,b,c]

o1 = R

o1 : PolynomialRing

i2 : I = ideal (a-b,a-c,b-c)

o2 = ideal (a - b, a - c, b - c)

o2 : Ideal of R

i3 : statePolytope I

o3 = ({| b a |, | c b |, | c a |}, {ambient dimension => 3           })
                                    dimension of lineality space => 0
                                    dimension of polyhedron => 2
                                    number of facets => 3
                                    number of rays => 0
                                    number of vertices => 3

o3 : Sequence

i4 :