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

FUNCTION: TableX - table of all Schubert polynomials

CALLING SEQUENCE:

TableX(n)
SP[TableX](n)

PARAMETERS:

n = any positive integer denoting the degree of a symmetric group

SYNOPSIS:

EXAMPLES:


> with(SP):
> t:=TableX(3);
 
                      t := table([
                               [1, 2, 3] = 1
                                             2
                               [3, 1, 2] = x1
                               [1, 3, 2] = x2 + x1
                               [2, 1, 3] = x1
                               [2, 3, 1] = x2 x1
                                                2
                               [3, 2, 1] = x2 x1
                           ])
 
> t[ [2,3,1] ];
 
                                   x2 x1
 
> TableX(3, 'Pe');
 
                   table([
                     [3, 1, 2] = Pe[1, 1, 0] - Pe[2, 0, 0]
                     [3, 2, 1] = Pe[2, 1, 0]
                     [1, 2, 3] = Pe[0]
                     [2, 3, 1] = Pe[2, 0, 0]
                     [2, 1, 3] = Pe[1, 0]
                     [1, 3, 2] = Pe[1, 0, 0]
                   ])
 

SEE ALSO: TableXX