Macaulay2 » Documentation
Packages » Posets :: intersectionLattice
next | previous | forward | backward | up | index | toc

intersectionLattice -- generates the intersection lattice of a hyperplane arrangement

Synopsis

Description

The intersection lattice of a hyperplane arrangement is the lattice of intersections in the arrangement partially ordered by containment.

i1 : R = QQ[x,y,z];
i2 : intersectionLattice({x+y, x+z, y+z}, R)

o2 = Relation Matrix: | 1 0 1 0 1 0 1 0 |
                      | 0 1 1 0 0 1 1 0 |
                      | 0 0 1 0 0 0 1 0 |
                      | 0 0 0 1 1 1 1 0 |
                      | 0 0 0 0 1 0 1 0 |
                      | 0 0 0 0 0 1 1 0 |
                      | 0 0 0 0 0 0 1 0 |
                      | 1 1 1 1 1 1 1 1 |

o2 : Poset

See also

Ways to use intersectionLattice :

For the programmer

The object intersectionLattice is a method function.