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

FUNCTION: Perm2ListRd - list all reduced decompositions of a given permutation

CALLING SEQUENCE:

Perm2ListRd(perm)
SG[Perm2ListRd](perm)

PARAMETERS:

perm = any list denoting a permutation

SYNOPSIS:

EXAMPLES:


> with(SG):
> Perm2ListRd([3,1,5,2,4]);
 
   [[4, 2, 3, 1], [2, 4, 3, 1], [4, 2, 1, 3], [2, 4, 1, 3], [2, 1, 4, 3]]
 
> Perm2ListRd([6,5,4,3,2,1], 'nb');
 
                                 292864
 
 

SEE ALSO: Perm2Rd Rd2Perm