Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Algebraic Computation /  Polynomial Functions /

PolynomialRemainder

FilledSmallSquare PolynomialRemainder[p, q, x] gives the remainder from dividing p by q, treated as polynomials in x.

FilledSmallSquare The degree of the result in x is guaranteed to be smaller than the degree of q.
FilledSmallSquare Unlike PolynomialMod, PolynomialRemainder performs divisions in generating its results.
FilledSmallSquare See The Mathematica Book on the web: Section 3.3.4.
FilledSmallSquare See also: PolynomialQuotient, Apart, Cancel, PolynomialMod, Mod.