Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
rings
»
polynomial rings
»
monomial orderings
»
monomial orders for free modules
»
Schreyer orders
»
schreyerOrder(Module)
next |
previous
|
forward
|
backward
|
up
|
index
|
toc
schreyerOrder(Module) -- obtain Schreyer order information
Function:
schreyerOrder
Usage:
schreyerOrder F
Inputs:
F
,
a
module
, a free module
Outputs:
a
matrix
, the zero matrix, if F is not equipped with a Schreyer order, otherwise a matrix with source F, such that the monomial order on F is the one induced by this matrix.
Description
For examples, see
Schreyer orders
, and
schreyerOrder(Matrix)
.
See also
monomial orders for free modules
Ways to use this method:
schreyerOrder(Module)
-- obtain Schreyer order information
The source of this document is in
Macaulay2Doc/functions/schreyerOrder-doc.m2:74:0
.