CoCoA:XelMat
From ApCoCoAWiki
XelMat
matrices for std. term-orderings
Description
This function return the matrix defining a standard term-ordering.
Example
XelMat(3); Mat([ [0, 0, 1], [0, 1, 0], [1, 0, 0] ]) -------------------------------
Syntax
XelMat(N:INTEGER):MAT
<type>matrix</type>