P p
i1 : f = map(product(chain 2, chain 2), chain 2, {{1,1},{1,2}}) o1 = PosetMap{1 => {1, 1} } 2 => {1, 2} source => Relation Matrix: | 1 1 | | 0 1 | target => Relation Matrix: | 1 1 1 1 | | 0 1 0 1 | | 0 0 1 1 | | 0 0 0 1 | o1 : PosetMap
i2 : f 1 o2 = {1, 1} o2 : List
i3 : f 2 o3 = {1, 2} o3 : List
The source of this document is in /__w/M2/M2/macaulay2-1.26.05+ds/M2/Macaulay2/packages/MacaulayPosets.m2:1624:0.