up previous next
ArrCatalanB    --    Catalan arrangement of type B


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

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

Example
/**/ use S::=QQ[x,y,z];	
/**/ ArrCatalanB(S, 2);
[x,  y,  x -y,  x +y,  x -1,  y -1,  x -y -1,  x +y -1,  x +1,  y +1,  x -y +1,  x +y +1]

See Also