ring R = 0,(x,y,z), dp; ideal I = ( (x-y)^3-z^2, (z-x)^3-y^2, (y-z)^3-x^2 ); ideal G = groebner(I); G; dim I degree I LIB "solve.lib"; solve(G,10);