Blame view

Giac_maj/giac-1.4.9/examples/groebner/cyclic3 138 Bytes
6663b6c9   adorian   projet complet av...
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);