Mathematica 9 is now available

CoefficientListPolynomialQuotient

PolynomialMod

FilledSmallSquarePolynomialMod[poly, m] gives the polynomial poly reduced modulo m.

FilledSmallSquarePolynomialMod[poly, , , ... ] reduces modulo all of the .

FilledSmallSquarePolynomialMod[poly, m] for integer m gives a polynomial in which all coefficients are reduced modulo m.

FilledSmallSquare Example: PolynomialMod[3x^2 + 2x + 1, 2] LongRightArrow.

FilledSmallSquare When m is a polynomial, PolynomialMod[poly, m] reduces poly by subtracting polynomial multiples of m, to give a result with minimal degree and leading coefficient.

FilledSmallSquarePolynomialMod gives results according to a definite convention; other conventions could yield results differing by multiples of m.

FilledSmallSquare Unlike PolynomialRemainder, PolynomialMod never performs divisions in generating its results.

FilledSmallSquare See The Mathematica Book: Section 3.3.4.

FilledSmallSquare See also: PolynomialGCD, Mod, PolynomialRemainder, PolynomialReduce, GroebnerBasis.

FilledSmallSquare Related package: Algebra`PolynomialPowerMod`.

Further Examples

CoefficientListPolynomialQuotient



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.