CoCoA:DegRevLexMat

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>