up previous next
GinJacobian    --    generic initial ideal of the Jacobian ideal of a polynomial


Syntax
GensJacobian(Q: RINGELEM): IDEAL

Description
This function returns the generic initial ideal of the Jacobian ideal of a polynomial Q.

Example
/**/ use QQ[x,y,z];	
/**/ Q := x^3;
/**/ GinJacobian(Q);
ideal(x^2)