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

FUNCTION: Toc - express any symmetric function in the basis of cycle indices

CALLING SEQUENCE:

Toc(sf)
Toc(sf, b)
SYMF[Toc](sf)
SYMF[Toc](sf, b)

PARAMETERS:

sf = any symmetric function
b = any name of a known basis

SYNOPSIS:

EXAMPLES:


> with(SYMF):
> Toc((1+q)^3*e3*e2):                            # expands the input
> Toc((1+q)^3*e3*e2,noexpand):                   # does not expand (1+q)^3
> Toc((1+q)^3*e3*e2,collect):                    # collects the result
> Toc((1+q)^3*e3*e2,noexpand,'e'):               # the most efficient
> Toc((1+q)^3*e3*e2,'e',collect):                # specifies a basis
> Toc((1+q)^3*e3*e2,noexpand,'e',collect):
> Toc(c[2,1]*h4 - 2*q*p3);
 
     1/840 c[4, 2, 1] + 1/420 c[3, 2, 1, 1] + 1/280 c[2, 2, 2, 1]
 
     + 1/140 c[2, 2, 1, 1, 1] + 1/168 c[2, 1, 1, 1, 1, 1] - c[3] q
 

SEE ALSO: Toe Toh Tom Top Tos