
| ACE | BN | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | PART | SFA | SG | SGA | SP | SYMF | TAB | TYP | 
FUNCTION: ToL - express any noncommutative symmetric function in the L-basis (noncommutative elementary symmetric function)
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(NCSF):
> ToL((1+q)^5*R[2,3]):                        # expands the input
> ToL((1+q)^5*R[2,3],noexpand):               # does not expand (1+q)^5
> ToL((1+q)^5*R[2,3],collect):                # collects the result
> ToL((1+q)^5*R[2,3],'R'):                    # specifies a basis
> ToL((1+q)^5*R[2,3],noexpand,'R',collect):   # the most efficient
> ToL((1-q)^3*S[3]+S[1,2],noexpand,'S',collect);
 
                3               3                     3
         (1 - q)  L[3] - (1 - q)  L[2, 1] + (- (1 - q)  - 1) L[1, 2]
 
                        3
              + ((1 - q)  + 1) L[1, 1, 1]