ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: PermOnCTab - action of a permutation on a product of columns

CALLING SEQUENCE:

PermOnCTab(perm, ctab)
TAB[PermOnCTab](perm, ctab)

PARAMETERS:

perm = any list denoting a permutation
ctab = any list of lists denoting a product of columns

SYNOPSIS:

EXAMPLES:


> with(TAB):
> PermOnCTab([2,1], [[5], [6,2], [7,4,3,1]]);
 
                       [[5, 2], [6], [7, 4, 3, 1]]
 
> PermOnCTab([2,1], [[3], [4,3]], 'nil');
 
                                [[4, 3], [4]]
 

SEE ALSO: PermOnTab