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 and word ordering via the functions NCo.SetX and NCo.SetOrdering, respectively, before calling this function. The default ordering is the length-lexicographic ordering ("LLEX"). For more information, please check the relevant functions.

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


See Also