next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
target
target -- target of a map
Description
This command returns the target of a morphism or Gröbner basis.
See also
source
-- source of a map
Ways to use
target
:
target(ChainComplexMap)
-- find the target of a map of chain complexes
target(GradedModuleMap)
-- find the target of a map of graded modules
target(GroebnerBasis)
-- find target of a Gröbner basis
target(Matrix)
-- find the target module of matrix
target(RingMap)
-- find the target ring for a map of rings
For the programmer
The object
target
is
a
method function
.