
| ACE | BN | BNA | CG | CLG | COMP | 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:
PARAMETERS:
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