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

FUNCTION: Tos - express any symmetric function in the basis of Schur functions

CALLING SEQUENCE:

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

PARAMETERS:

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

SYNOPSIS:

EXAMPLES:


> with(SYMF):
> Tos((1+q)^5*e3*e4):                            # expands the input
> Tos((1+q)^5*e3*e4,noexpand):                   # does not expand (1+q)^5
> Tos((1+q)^5*e3*e4,collect):                    # collects the result
> Tos((1+q)^5*e3*e4,noexpand,'e'):               # the most efficient
> Tos((1+q)^5*e3*e4,'e',collect):                # specifies a basis
> Tos((1+q)^5*e3*e4,noexpand,'e',collect):
> Tos(s[2,1]*h4 - 2*q*p3);
 
             s[4, 2, 1] + s[5, 1, 1] + s[5, 2] + s[6, 1]
 
                 - 2 (s[3] - s[2, 1] + s[1, 1, 1]) q
 

SEE ALSO: Toc Toe Toh Tom Top