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

FUNCTION: Toe - convert any symmetric function to a e-polynomial

CALLING SEQUENCE:

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

PARAMETERS:

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

SYNOPSIS:

EXAMPLES:


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

SEE ALSO: Toc Toh Tom Top Tos