up previous next
ArrTypeD    --    reflection arrangement of type D


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

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

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

See Also