Macaulay2 » Documentation
Packages » OldChainComplexes » ChainComplexMap
next | previous | forward | backward | up | index | toc

ChainComplexMap -- the class of all maps between chain complexes

Description

The usual algebraic operations are available: addition, subtraction, scalar multiplication, and composition. The identity map from a chain complex to itself can be produced with id. An attempt to add (subtract, or compare) a ring element to a chain complex will result in the ring element being multiplied by the appropriate identity map.

Menu

Functions and methods returning a chain complex map:

Methods that use a chain complex map:

  • ChainComplexMap + RingElement (missing documentation)
  • ChainComplexMap + ZZ (missing documentation)
  • ChainComplexMap - RingElement (missing documentation)
  • ChainComplexMap == ChainComplexMap (missing documentation)
  • ChainComplexMap == RingElement (missing documentation)
  • ChainComplexMap == ZZ (missing documentation)
  • ChainComplexMap _ ZZ -- component map
  • ChainComplexMap _ ZZ = Thing -- install component of chain complex map
  • coimage(ChainComplexMap) (missing documentation)
  • cokernel(ChainComplexMap) (missing documentation)
  • complete(ChainComplexMap) -- see complete(GradedModule)
  • components(ChainComplexMap) (missing documentation)
  • cone(ChainComplexMap)
  • degree(ChainComplexMap) (missing documentation)
  • formation(ChainComplexMap) (missing documentation)
  • HH ChainComplexMap -- homology of a chain complex map
  • HH^ZZ ChainComplexMap -- cohomology of a chain complex map
  • HH_ZZ ChainComplexMap -- homology of a chain complex map
  • image(ChainComplexMap) (missing documentation)
  • isHomogeneous(ChainComplexMap) (missing documentation)
  • kernel(ChainComplexMap) -- kernel of a chain complex map
  • mathML(ChainComplexMap) (missing documentation)
  • net(ChainComplexMap) (missing documentation)
  • ring(ChainComplexMap) (missing documentation)
  • RingElement * ChainComplexMap (missing documentation)
  • RingElement + ChainComplexMap (missing documentation)
  • RingElement - ChainComplexMap (missing documentation)
  • RingElement == ChainComplexMap (missing documentation)
  • source(ChainComplexMap) -- find the source of a map of chain complexes
  • sum(ChainComplexMap) -- direct sum of the components of a chain map
  • target(ChainComplexMap) -- find the target of a map of chain complexes
  • transpose(ChainComplexMap) -- transpose a map of chain complexes
  • ZZ * ChainComplexMap (missing documentation)
  • ZZ + ChainComplexMap (missing documentation)
  • ZZ == ChainComplexMap (missing documentation)

For the programmer

The object ChainComplexMap is a type, with ancestor classes GradedModuleMap < MutableHashTable < HashTable < Thing.


The source of this document is in OldChainComplexes/docs/doc9.m2:235:0.