up previous next
XelMat

matrices for std. term-orderings
Syntax

XelMat(N:INTEGER):MAT


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

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


See Also