| LIB "nctools.lib";
ring R = 0,(x(1..4)),dp; // global!
def ER = SuperCommutative(2); // (b = 2, e = N)
==> // ** redefining Q **
setring ER; ER;
==> // characteristic : 0
==> // number of vars : 4
==> // block 1 : ordering dp
==> // : names x(1) x(2) x(3) x(4)
==> // block 2 : ordering C
==> // noncommutative relations:
==> // x(3)x(2)=-x(2)*x(3)
==> // x(4)x(2)=-x(2)*x(4)
==> // x(4)x(3)=-x(3)*x(4)
==> // quotient ring from ideal
==> _[1]=x(4)^2
==> _[2]=x(3)^2
==> _[3]=x(2)^2
"Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
==> Alternating variables: [ 2 , 4 ].
|