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

FUNCTION: Rd2Nca - calculate a product of generators

CALLING SEQUENCE:

Rd2Nca(rd)
Rd2Nca(rd, n)
NCA[Rd2Nca](rd)
NCA[Rd2Nca](rd, n)

PARAMETERS:

rd = any list denoting a decomposition
n = any positive integer denoting the degree of a symmetric group

SYNOPSIS:

EXAMPLES:


> with(NCA):
> Rd2Nca([1,2,1], 5);
 
                                 A[3, 2, 1, 4, 5]
 
> Rd2Nca([1,2,1]);
 
                                    A[3, 2, 1]
 
> Rd2Nca([1,2,1,2]);
 
                                         0
 

SEE ALSO: SG[Rd2Perm]