
| ACE | BN | BNA | CG | COMP | FM | FREE | HEKA | IDCA | NCA | NCSF | PART | SFA | SG | SGA | SP | SYMF | TAB | TYP | 
FUNCTION: Toh_n - convert any symmetric function to a h-polynomial
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(CLG):
> _CLGn;
 
                                   5
 
> Toh_n((1+q)^5*s[3,2,2,1]):                     # expands the input
> Toh_n((1+q)^5*s[3,2,2,1],noexpand):            # does not expand (1+q)^5
> Toh_n((1+q)^5*s[3,2,2,1],collect):             # collects the result
> Toh_n((1+q)^5*s[3,2,2,1],noexpand,'s'):        # the most efficient
> Toh_n((1+q)^5*s[3,2,2,1],'s',collect):         # specifies a basis
> Toh_n((1+q)^5*s[3,2,2,1],noexpand,'s',collect):
> Toh_n(s[2,1]*h4 - 2*q*p3 + aa*e6);
 
                                                             3
               h4 h2 h1 - h4 h3 - 6 q h3 + 6 q h2 h1 - 2 q h1