Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[x,y,z];

i2 : hilbertSeries ideal (x,y)

               2
     1 - 2T + T
o2 = -----------
              3
       (1 - T)

o2 : Expression of class Divide

i3 : hilbertSeries(ideal (x,y), Reduce => true)

        1
o3 = -------
     (1 - T)

o3 : Expression of class Divide

i4 :