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

FUNCTION: X2Xfix - from X Schubert basis to X Schubert basis of the ring of polynomials as a free module over Sym

CALLING SEQUENCE:

X2Xfix(schub)
FM[X2Xfix](schub)

PARAMETERS:

schub = any expression in X Schubert basis

SYNOPSIS:

EXAMPLES:


> with(FM):
> FM_n(4);
 
                                      4
 
> X2Xfix((1+q)^5*X[3,5,2,4,1]):                  # expands the input
> X2Xfix((1+q)^5*X[3,5,2,4,1],noexpand):         # does not expand (1+q)^5
> X2Xfix((1+q)^5*X[3,5,2,4,1],collect):          # collects the result
> X2Xfix((1+q)^5*X[3,5,2,4,1],noexpand,collect):
> X2Xfix(X[3,2,1] + q*X[3,2,1] + z*X[4,5,1,3,2], collect);
 
            (1 + q) X[3, 2, 1, 4] - z s[1, 1, 1, 1] X[2, 4, 1, 3]
 
               + z s[1, 1, 1] X[3, 4, 1, 2]
 

SEE ALSO: Xfix2X