up previous next
ArrTypeB    --    reflection arrangement of type B


Syntax
ArrTypeB(S: RING, k: INT): LIST

Description
This function constructs the reflection arrangement of type B in the first k variables of the polynomial ring S.

Example
/**/ use S::=QQ[x,y,z];	
/**/ ArrTypeB(S, 3);
[x,  y,  z,  x -y,  x +y,  x -z,  x +z,  y -z,  y +z]

See Also