TOPICS
Search

Polynomial Remainder


The remainder R(x) obtained when dividing a polynomial p(x) by another polynomial q(x). The polynomial remainder is implemented in the Wolfram Language as PolynomialRemainder[p, q, x], and is related to the polynomial quotient Q(x) by

 p(x)=Q(x)q(x)+R(x).

For example, the polynomial remainder of p(x)=x^4+x^3+x^2+x+1 and q(x)=x^2-1 is R(x)=2x+3, corresponding to polynomial quotient Q(x)=x^2+x+2.


See also

Long Division, Polynomial, Polynomial Quotient, Polynomial Remainder Theorem, Remainder

Explore with Wolfram|Alpha

Cite this as:

Weisstein, Eric W. "Polynomial Remainder." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/PolynomialRemainder.html

Subject classifications