Macaulay2 » Documentation
Packages » Triplets :: isHomologyTriplet(Triplet)
next | previous | forward | backward | up | index | toc

isHomologyTriplet(Triplet) -- checks if it is a homology triplet

Description

i1 : T = triplet({1,2,3}, {1,3}, {0,2,3})

o1 = {{1, 2, 3}, {1, 3}, {0, 2, 3}}

o1 : Triplet
i2 : isHomologyTriplet(T)

o2 = true

See also

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Triplets.m2:956:0.