Difference between revisions of "CoCoA:XelMat"

From ApCoCoAWiki
(pushing XML rev. 1.46, again)
 
(No difference)

Latest revision as of 10:02, 24 October 2007

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>