//SINGULAR Example 1.1.9 ring A = 0,(x,y,z),dp; poly f = x3+y2+z2; //same as x^3+y^2+z^2 f*f-f;