up previous next
NC.Deg

The standard degree of a polynomial in a non-commutative polynomial ring.
Syntax
          
NC.Deg(F:LIST):INT

          

Description


Please set non-commutative polynomial ring (via the command Use) before calling this function. For more information, please check the relevant commands and functions.

Example
USE QQ[x[1..2],y[1..2]];
F1:= [[2x[1],x[2]], [13y[2]], [5]]; -- 2x[1]x[2]+13y[2]+5
NC.Deg(F1);

2
-------------------------------
NC.Deg([]);

0
-------------------------------


See Also