PolynomialRemainder
PolynomialRemainder(p, q, x)returns the polynomial remainder of the polynomials
pandqfor the variablex.
PolynomialRemainder(p, q, x, Modulus -> prime)returns the polynomial remainder of the polynomials
pandqfor the variablexmodulus theprimeinteger.
See
Examples
>> PolynomialRemainder(x^2 + 7*x + 6, x^2-5*x-6, x)12+12*xImplementation status
- ✅ - full supported