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); matrix([ [0, 0, 1], [0, 1, 0], [1, 0, 0] ])
See Also
ord
orderings
StdDegRevLexMat
StdDegLexMat
LexMat
RevLexMat