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

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

CALLING SEQUENCE:

Toe_n(sf)
Toe_n(sf, b)
CLG[Toe_n](sf)
CLG[Toe_n](sf, b)

PARAMETERS:

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

SYNOPSIS:

EXAMPLES:


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

SEE ALSO: TYP[Sf] Toh_n Tom_n Top_n Tos_n