ACE | BN | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | NCSF | PART | SFA | SG | SGA | SP | TAB | TYP |
FUNCTION: Tom - express any symmetric function in the basis of monomial symmetric functions
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(SYMF): > Tom((1+q)^5*e3*e4): # expands the input > Tom((1+q)^5*e3*e4,noexpand): # does not expand (1+q)^5 > Tom((1+q)^5*e3*e4,collect): # collects the result > Tom((1+q)^5*e3*e4,noexpand,'e'): # the most efficient > Tom((1+q)^5*e3*e4,'e',collect): # specifies a basis > Tom((1+q)^5*e3*e4,noexpand,'e',collect): > Tom(s[2,1]*h4 - 2*q*p3); 8 m[3, 2, 2] + 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] + 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] + 45 m[2, 1, 1, 1, 1, 1] + 70 m[1, 1, 1, 1, 1, 1, 1] - 2 q m[3]