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

FUNCTION: Tom_n - express any symmetric function in the basis of monomial symmetric functions

CALLING SEQUENCE:

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

PARAMETERS:

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

SYNOPSIS:

EXAMPLES:


> with(CLG):
> _CLGn;
 
                                   5
 
> Tom_n((1+q)^5*e3*e4):                          # expands the input
> Tom_n((1+q)^5*e3*e4,noexpand):                 # does not expand (1+q)^5
> Tom_n((1+q)^5*e3*e4,collect):                  # collects the result
> Tom_n((1+q)^5*e3*e4,noexpand,'e'):             # the most efficient
> Tom_n((1+q)^5*e3*e4,'e',collect):              # specifies a basis
> Tom_n((1+q)^5*e3*e4,noexpand,'e',collect):
> Tom_n(s[2,1]*h4 - 2*q*p3 + aa*m[1,1,1,1,1,1]);
 
 m[6, 1] + 2 m[5, 2] + 4 m[5, 1, 1] + 2 m[4, 3] + 6 m[4, 2, 1]
 
 + 11 m[4, 1, 1, 1] + 6 m[3, 3, 1] + 8 m[3, 2, 2] + 14 m[3, 2, 1, 1]
 
 + 24 m[3, 1, 1, 1, 1] + 17 m[2, 2, 2, 1] + 28 m[2, 2, 1, 1, 1] - 2 q m[3]
 

SEE ALSO: Toe_n Toh_n Top_n Tos_n