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

Online Help

All Products    Maple    MapleSim


Groebner

  

InterReduce

  

inter-reduce a list of polynomials

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

InterReduce(G, T, characteristic=p)

Parameters

G

-

a list or set of polynomials

T

-

a MonomialOrder or ShortMonomialOrder

p

-

(optional) characteristic

Description

• 

The InterReduce command inter-reduces a list or set of polynomials G with respect to a monomial order T. The result is a list of polynomials defining the same ideal as G, but where no term of a polynomial is reducible by the leading term of another polynomial.  See also the help page for Groebner[Reduce]. The resulting list is sorted in ascending order of leading monomial.

• 

A typical use of this command is to construct a reduced Groebner basis from a Groebner basis computed outside of Maple. See the Monomial Orders help page for more information about the monomial orders that are available in Maple.

• 

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

• 

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

• 

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

Examples

(1)

(2)

(3)

(4)

(5)

A set of inter-reduced (or autoreduced) polynomials is not a Groebner basis because syzygies are not considered.

(6)

(7)

The next example is a non-commutative (Weyl) algebra where Dn*n = n*Dn + 1

(8)

(9)

(10)

(11)

(12)

(13)

(14)

See Also

Basis

MonomialOrder

Reduce

SPolynomial

 


Download Help Document