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

FUNCTION: NcsfPlethysm - computes the plethysm of symmetric function and a quasi-symmetric function

CALLING SEQUENCE:

NcsfPlethysm(sf,qsf)
NcsfPlethysm(sf,qsf)
NCSF[NcsfPlethysm](sf,qsf)
NCSF[NcsfPlethysm](sf,qsf)

PARAMETERS:

sf = any symmetric function
qsf = any quasi-symmetric function

SYNOPSIS:

EXAMPLES:


> with(NCSF):
> NcsfPlethysm((1+q)^3*s[2,1],M[1,1]):         #         expands the input
> NcsfPlethysm((1+q)^3*s[2,1],M[1,1],noexpand):#   does not expand (1+q)^3
> NcsfPlethysm((1+q)^5*s[2,1],M[1,1],collect): #       collects the result
> NcsfPlethysm((1-q)^3*s[1,1],M[1,1],noexpand,collect);
 
                      3                         3
           - (- 1 + q)  M[1, 2, 1] - 3 (- 1 + q)  M[1, 1, 1, 1]
 
                          3                       3
               - (- 1 + q)  M[1, 1, 2] - (- 1 + q)  M[2, 1, 1]
 

SEE ALSO: