CoCoA:DegRevLexMat

From ApCoCoAWiki

DegRevLexMat

matrices for std. term-orderings

Description

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

Example

  DegRevLexMat(3);
Mat([
  [1, 1, 1],
  [0, 0, -1],
  [0, -1, 0]
])
-------------------------------

Syntax

DegRevLexMat(N:INTEGER):MAT

Ord

Orderings

DegLexMat

LexMat

RevLexMat

XelMat

   <type>matrix</type>