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

FUNCTION: PermOnTab - action of a permutation on a product of rows

CALLING SEQUENCE:

PermOnTab(perm, tab)
TAB[PermOnTab](perm, tab)

PARAMETERS:

perm = any list denoting a permutation
tab = any list of lists denoting a product of rows

SYNOPSIS:

EXAMPLES:


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

SEE ALSO: PermOnCTab