Macaulay2 » Documentation
Packages » SimplicialModules :: id _ SimplicialModule
next | previous | forward | backward | up | index | toc

id _ SimplicialModule -- the identity map of a simplicial module

Description

The simplicial modules together with simplicial morphisms forms a category. In particular, every simplicial module has an identity map.

i1 : R = ZZ/101[x,y]/(x^3, y^3)

o1 = R

o1 : QuotientRing
i2 : C = simplicialModule(freeResolution(coker vars R, LengthLimit=>6), 6, Degeneracy => true)

      1      3      8      20      48      112      256
o2 = R  <-- R  <-- R  <-- R   <-- R   <-- R    <-- R   <-- ...
                                                    
     0      1      2      3       4       5        6

o2 : SimplicialModule
i3 : f = id_C;
i4 : assert isWellDefined f
i5 : assert isSimplicialMorphism f

See also

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/SimplicialModules/SimplicialModuleDOC.m2:1580:0.