
| ACE | BN | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | NCSF | PART | SFA | SG | SGA | SYMF | TAB | TYP | 
FUNCTION: x2X - from the basis of monomials to X Schubert basis
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(SP):
> Flag(-1):
> x2X((1+q)^5*x1*x2^2):                          # expands the input
> x2X((1+q)^5*x1*x2^2,noexpand):                 # does not expand (1+q)^5
> x2X((1+q)^5*x1*x2^2,collect):                  # collects the result
> x2X((1+q)^5*x1*x2^2,noexpand,collect):
> x2X(2*x1^3 + 4*q^2*x1^2);
 
                                           2
                      2 X[4, 1, 2, 3] + 4 q  X[3, 1, 2]
 
SEE ALSO: Flag