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

FUNCTION: NilFree2Free - plaxification map

CALLING SEQUENCE:

NilFree2Free(free)
FREE[NilFree2Free](free)

PARAMETERS:

free = any element of the free algebra

SYNOPSIS:

EXAMPLES:


> with(FREE):
> NilFree2Free(w[2,1,2,1]);
 
                                w[2, 1, 3, 1]
 
> NilFree2Free(w[2,3,1] + w[2,1,3]);
 
                           w[2, 1, 2] + w[2, 2, 1]
 
> r := map(z -> w[op(z)], Perm2ListRd([2,4,3,1]));
 
           r := [w[1, 2, 3, 2], w[3, 1, 2, 3], w[1, 3, 2, 3]]
 
> r := map(NilFree2Free, r);
 
           r := [w[1, 1, 3, 1], w[3, 1, 1, 1], w[1, 3, 1, 1]]
 
> map(Word2Tab, r);
 
            [[[3], [1, 1, 1]], [[3], [1, 1, 1]], [[3], [1, 1, 1]]]
 

SEE ALSO: Free2NilFree Schensted SgaOnFree Free2PlaxClass