up previous next
NCo.BDeg

The standard degree of a polynomial in a free monoid ring over the binary field F_{2}={0,1}.
Syntax
          
NCo.BDeg(F:LIST):INT

          

Description
Please set ring environment alphabet (or set of indeterminates) X via the function NCo.SetX, before calling this function.

Example
NCo.SetX("xX");
NCo.SetOrdering("LLEX");
F1:=["xX",""];
NCo.BDeg(F1);
2
-------------------------------
NCo.BDeg([]);
0
-------------------------------


See Also