up previous next
RevLexMat

matrices for std. term-orderings
Syntax

RevLexMat(N:INTEGER):MAT


Description
This function return the matrix defining a standard ordering (which is not a term-ordering!).

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


See Also