Macaulay2 » Documentation
Packages » MacaulayPosets :: PosetMap Thing
next | previous | forward | backward | up | index | toc

PosetMap Thing -- applies a poset map to a poset element

Description

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

Ways to use this method:


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