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

FUNCTION: InvSchensted - inverse Schensted correspondence

CALLING SEQUENCE:

InvSchensted(pair)
InvSchensted(pair, 'left')
InvSchensted(pair, 'nil')
TAB[InvSchensted](pair)
TAB[InvSchensted](pair, 'left')
TAB[InvSchensted](pair, 'nil')

PARAMETERS:

pair = any list of one tableau and one standard tableau

SYNOPSIS:

EXAMPLES:


> with(TAB):
> r := Schensted(w[1,4,2,4,2]);
 
             r := [[[4, 4], [1, 2, 2]], [[3, 5], [1, 2, 4]]]
 
> InvSchensted(r);
 
                              w[1, 4, 2, 4, 2]
 
> InvSchensted(r, 'left');
 
                              w[4, 1, 4, 2, 2]
 
> InvSchensted([[[4],[2,5],[1,2,3]], [[6],[3,4],[1,2,5]]], 'nil');
 
                             w[4, 5, 1, 2, 3, 1]
 

SEE ALSO: Schensted