up previous next
DegRevLexMat

matrices for std. term-orderings

Syntax
DegRevLexMat(N:INTEGER):MAT

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

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


See Also