up previous next
DegLexMat

matrices for std. term-orderings
Syntax

DegLexMat(N:INTEGER):MAT


Description
This function return the matrix defining a standard term-ordering.

Example
  DegLexMat(3);
Mat([
  [1, 1, 1],
  [1, 0, 0],
  [0, 1, 0]
])
-------------------------------


See Also