PolynomialQuotientRemainder
PolynomialQuotientRemainder(p, q, x)returns a list with the polynomial quotient and remainder of the polynomials
pandqfor the variablex.
PolynomialQuotientRemainder(p, q, x, Modulus -> prime)returns list with the polynomial quotient and remainder of the polynomials
pandqfor the variablexmodulus theprimeinteger.
See
Examples
>> PolynomialQuotientRemainder(x^2 + 7*x + 6, x^2-5*x-6, x){1,12+12*x}Implementation status
- ✅ - full supported