muEC::SP::x2XX – from the basis of monomials to XX Schubert basis

The muEC::SP::x2XX function converts any expression from the basis of monomials to XX Schubert basis. It uses a different algorithm than ToXX (taking the leading monomials successively).

The result is not expanded.

One may add NoExpand just after the argument pol to choose not to expand the expression pol before treating it.

One may add Collect just after the argument pol or just after the argument NoExpand to collect the result.

→ Examples

Call:

muEC::SP::x2XX(pol)

Parameters:

pol

any expression in the basis of monomials

Related Functions:

Example 1:

muEC::SP::x2XX((1+q)^5*x1*x2^2, NoExpand);

math

muEC::SP::x2XX((1+q)^5*x1*x2, Collect);

math