cone(A, x)
cone(A, h)
For any hyperplane arrangement $A$, the cone of $A$ is an associated central hyperplane arrangement constructed by adding a new hyperplane and homogenizing the hyperplane equations in $A$ with respect to it. By definition, the cone of $A$ contains one more hyperplane that $A$.
When the underlying ring of the input arrangement $A$ has a variable not appearing in the its linear equations, one can construct the cone over $A$ using that variable.
|
|
|
|
|
|
|
|
|
|
|
|
This method does not verify that the given RingElement produces a simple hyperplane arrangement. Hence, one gets unexpected output when the chosen variable already appears in the linear equations for $A$.
|
|
|
|
When the second input is a Symbol, this method creates a new ring from the underlying ring of $A$ by adjoining the symbol as a variable and constructs the cone in this new ring.
|
|
|
|
|
|
|
|
|
|
|
|
|
|