[top][index]
search for:

chainComplex Matrix -- make a small chain complex

Synopsis:

  • Function: chainComplex -- make a chain complex
  • Input:
  • an instance of class Matrix.
  • Output:
  • an instance of class ChainComplexMap.
  • chainComplex f -- create a chain complex C with the map f serving as the differential C.dd_1.

    Code:

         -- ../../../Macaulay2/m2/chaincomplexes.m2:481
         chainComplex Matrix := ChainComplexMap => f -> chainComplex {f}

    [top][index]
    search for: