Macaulay2
»
Documentation
Packages
»
DGAlgebras
::
DGAlgebraMap * DGAlgebraMap
next
|
previous
|
forward
|
backward
| up |
index
|
toc
DGAlgebraMap * DGAlgebraMap -- Composition of DG algebra maps
Operator:
*
Usage:
h = g * f
Inputs:
g
,
an instance of the type
DGAlgebraMap
, A map with source = target of f.
f
,
an instance of the type
DGAlgebraMap
,
Outputs:
h
,
an instance of the type
DGAlgebraMap
, The composite DGAlgebraMap whose underlying RingMap is g.natural * f.natural.
See also
identityDGAlgebraMap
-- The identity DGAlgebraMap on a DG algebra
dgAlgebraMap
-- Define a DG algebra map between DG algebras.
Ways to use this method:
DGAlgebraMap * DGAlgebraMap
-- Composition of DG algebra maps
The source of this document is in
DGAlgebras/doc.m2:599:0
.