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 |
The variable used for homogenization is $Z$, and so the ring $R$ should not already have this variable in use.
The object projectivizeArrangement is a method function.