Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
making new functions with optional arguments
»
symbols used as the name or value of an optional argument
»
ChangeMatrix
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
ChangeMatrix -- an optional argument
Description
A symbol used as the name of an optional argument.
Functions with optional argument named
ChangeMatrix
:
forceGB(...,ChangeMatrix=>...)
-- specify the change of basis matrix from a Gröbner basis to the generators of a module
gb(...,ChangeMatrix=>...)
-- see
gb
-- compute a Gröbner basis
markedGB(...,ChangeMatrix=>...)
-- see
markedGB(Matrix,Matrix)
-- make a marked Gröbner basis
smithNormalForm(...,ChangeMatrix=>...)
-- see
smithNormalForm(Matrix)
-- smith normal form for a matrix over a PID
For the programmer
The object
ChangeMatrix
is
a
symbol
.
The source of this document is in
Macaulay2Doc/options.m2:28:0
.