up previous next
the Hilbert-Poincare series wrt a multigrading
HilbertSeriesMultiDeg(TAGGED("Quotient"), WM: MAT):TAGGED("$hp.PSeries")
|
***** NOT YET IMPLEMENTED *****
This function computes the Hilbert-Poincare series of M.
The input, M, must be homogeneous with respect to the grading defined
by the second argument.
The function
PoincareMultiDeg
is exacly the same as
HilbertSeriesMultiDeg
.
NOTES:
CoCoA-4 had an intrinsic limitation on multigradings which did not
allow zero-entries in the first row of the defining matrix.
This function performs all the appropriate conversions for computing the
HilbertSeries wrt any positive grading (
IsPositiveGrading
).
Use R ::= QQ[x,y,z];
WM := mat([[1,0,0],[1,-1,0]]);
HilbertSeriesMultiDeg(R/ideal(Indets())^2, WM);
|