muEC::SP::SpScalarPol – scalar product on polynomials

The muEC::SP::SpScalarPol function computes the scalar product math corresponding to the symmetric group of degree n.

math.

math is the symmetric function (in the basis of Schur functions) obtained by applying the maximal divided difference of math to pol.

→ Examples

Call:

muEC::SP::SpScalarPol(pol1, pol2, n)

Parameters:

pol1

any polynomial expression

pol2

any polynomial expression

n

any positive integer denoting the degree of a symmetric group

Related Functions:

Example 1:

muEC::SP::SpScalarPol(x1^6*x2, x2^2*x3, 3);

math