Macaulay2 » Documentation
Packages » Macaulay2Doc :: hilbertSeries(...,Reduce=>...)
next | previous | forward | backward | up | index | toc

hilbertSeries(...,Reduce=>...) -- reduce the Hilbert series

Synopsis

Description

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

Further information

Functions with optional argument named Reduce :