next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Posets :: openInterval

openInterval -- computes the subposet contained strictly between two points

Synopsis

Description

The closed interval between a and b is the subposet of P induced by the elements z such that p < z < q. If a and b are incomparable, then an error is thrown.
i1 : P = booleanLattice 3;
i2 : openInterval(P, "001", "111")

o2 = Poset{cache => CacheTable{}    }
           GroundSet => {011, 101}
           RelationMatrix => | 1 0 |
                             | 0 1 |
           Relations => {}

o2 : Poset

See also

Ways to use openInterval :