SPolynomial - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Groebner

  

SPolynomial

  

compute S-polynomials

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SPolynomial(f, g, T, characteristic=p)

Parameters

f, g

-

polynomials

T

-

a MonomialOrder or ShortMonomialOrder

p

-

(optional) characteristic

Description

• 

SPolynomial(f, g, T) computes an S-polynomial of f and g with respect to the monomial order T. The S-polynomial is a syzygy.  It induces a cancellation of leading terms using the smallest possible multiples of f and g.

• 

In commutative domains the S-polynomial of f and g is given by , where LT(f) denotes the leading term of f with respect to T. In case of Ore algebras the S-polynomial is defined similarly, however since there is no longer a division on monomials the S-polynomial of f and g is defined by c'[f]*t'[f]*f - c'[g]*t'[g]*g where:

– 

t'[f]*LM(f) = t'[g]*LM(g) = lcm(LM(f), LM(g))  where LM(f) denotes the leading monomial of f

– 

t'[f]*LC(f) = c''[f]*t'[f] + lower order terms where LC(f) denotes the leading coefficient of f

– 

t'[g]*LC(g) = c''[g]*t'[g] + lower order terms

– 

c'[f]*c''[f] = c'[g]*c''[g] = c''[f]*c''[g] / gcd(c''[f], c''[g])

• 

An optional argument characteristic=p can be used to specify the ring characteristic when T is a ShortMonomialOrder.  The default value is zero.

• 

If T is a ShortMonomialOrder then f and g must be polynomials in the ring implied by T.  If T is a MonomialOrder created with the Groebner[MonomialOrder] command, then f and g must be members of the algebra used to define T.

• 

Note that the spoly command is deprecated.  It may not be supported in a future Maple release.

Examples

(1)

(2)

(3)

(4)

Operators in a Weyl algebra

(5)

Operators in a q-calculus algebra

(6)

Operators in a Weyl algebra modulo a prime

(7)

Algebraic number coefficients

(8)

(9)

(10)

See Also

Basis

MonomialOrder

Ore_algebra

 


Download Help Document