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


poly_initial

poly_initial(I)
: It returns the initial ideal of I with respect to the given order.
poly_initial(I | order=key0,v=key1)
: This function allows optional variables order, v

Description:

The optional variable v is a list of variables. This function computes

Example:

 poly_initial([x^2+y^2-4,x*y-1]|order=0,v=[x,y]);


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