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

projectivizeArrangement -- computes the intersection poset of a projectivized hyperplane arrangement

Synopsis

Description

This method returns the intersectionLattice of the projectivization of the specified hyperplane arrangement.

i1 : R = QQ[x,y,z];
i2 : projectivizeArrangement({x^2-y, y^2-z}, R)

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

o2 : Poset

Caveat

The variable used for homogenization is $Z$, and so the ring $R$ should not already have this variable in use.

See also

Ways to use projectivizeArrangement :

For the programmer

The object projectivizeArrangement is a method function.