coefficients A
A hyperplane arrangement is defined by a list of affine-linear equations. This method creates a matrix whose rows correspond to variables in the underlying ring and whose columns correspond to the defining equations. The entries in this matrix are the coefficients of the defining equations.
If the arrangement is affine (i.e. there are constant coefficients), the last row of the output matrix is the constant coefficients.
A few reflection arrangements yield the following matrices.
|
|
|
The coefficient ring need not be the rational numbers.
|
|
|
|
|
For non-central hyperplane arrangements, the last row of the coefficient matrix records the constant terms.
|
|
|
|
The trivial arrangement has no equations, so its this method returns the zero matrix.
|
|
|
|