typeB(n, k)
typeB(n, R)
typeB n
Given a coefficient ring $k$, the Coxeter arrangement of type $B_n$ is the hyperplane arrangement in $k^{n}$ defined by $x_i$ for all $1 \leq i \leq n$ and $x_i \pm x_j$ for all $1 \leq i < j \leq n$.
|
|
|
|
|
|
|
When the second input is a polynomial ring $R$, this ring determines the ambient ring of the Coxeter arrangement. The polynomial ring must have at least $n$ variables.
|
|
|
|
Omitting the ring (or second argument) is equivalent to setting $k := \mathbb{Q}$.
|
|
|
|