1 2 3
cyclic3:=[x1+x2+x3,x1*x2+x1*x3+x2*x3,x1*x2*x3-1]; gbasis(cyclic3,[x1,x2,x3],with_cocoa=false); gbasis(cyclic3,[x1,x2,x3],with_cocoa=true);