CoCoA:DegLexMat

From ApCoCoAWiki

DegLexMat

matrices for std. term-orderings

Description

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

Example

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

Syntax

DegLexMat(N:INTEGER):MAT

Ord

Orderings

DegRevLexMat

LexMat

RevLexMat

XelMat

   <type>matrix</type>