up previous next
ArrBoolean    --    boolean arrangement


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

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

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

See Also