DIVIDING POLYNOMIALS
Dividing polynomials is very much like dividing numbers. You have a division statement and you apply the appropriate procedure to arrive at the result which is the combination of a quotient and a remainder.
POLYNOMIAL DIVISION
Let P(x) and D(x) be two polynomials where D(x) is non zero. Then there are two polynomials Q(x) and R(x), where \(P(x) = D(x) \cdot Q(x) + R(x)\) or \(\frac{{P(x)}}{{D(x)}} = Q(x) + R(x)\) |
|