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

Ord

Orderings

DegRevLexMat

DegLexMat

LexMat

RevLexMat

   <type>matrix</type>