up previous next
ArrBraid    --    braid arrangement


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

Description
This function constructs the braid arrangement in the first k variables of the polynomial ring S.

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

See Also