hilbertSeries M -- compute the Hilbert series of the ring or module M.
The Hilbert series is the formal power series in the variables of the degrees ring whose coefficients are the dimensions of the corresponding graded component. The series is provided as an Expression representing a rational function with that series.
If an optional integer argument labelled Order is used, then the power series is expanded to that order.
i1 : R = ZZ/101[x, Degrees => {2}]; |
i2 : hilbertSeries(R/x^2) |
i3 : numerator oo |
i4 : value oo |
i5 : poincare (R/x^2) |
i6 : hilbertSeries(R/x^2, Order => 12) |
i7 : R=ZZ/101[x, Degrees => {{1,1}}]; |
i8 : hilbertSeries (R/x^2) |
See also:
Ways to use hilbertSeries :
Optional arguments :