Groebner
InterReduce
inter-reduce a list of polynomials
Calling Sequence
Parameters
Description
Examples
InterReduce(G, T, characteristic=p)
G
-
a list or set of polynomials
T
a MonomialOrder or ShortMonomialOrder
p
(optional) characteristic
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.
A set of inter-reduced (or autoreduced) polynomials is not a Groebner basis because syzygies are not considered.
The next example is a non-commutative (Weyl) algebra where Dn*n = n*Dn + 1
See Also
Basis
MonomialOrder
Reduce
SPolynomial
Download Help Document