Go to the first, previous, next, last section, table of contents.


poly_hilbert_polynomial

poly_hilbert_polynomial(I)
: It returns the Hilbert polynomial of the ideal I.
poly_hilbert_polynomial(I | s=key0,v=key1)
: This function allows optional variables s, v

The optional variable v is a list of variables.

Example:

 poly_hilbert_polynomial([x1*y1,x1*y2,x2*y1,x2*y2]|s=k,v=[x1,x2,y1,y2]);


Go to the first, previous, next, last section, table of contents.