PolynomialRemainder
PolynomialRemainder(p, q, x)
returns the polynomial remainder of the polynomials
p
andq
for the variablex
.
PolynomialRemainder(p, q, x, Modulus -> prime)
returns the polynomial remainder of the polynomials
p
andq
for the variablex
modulus theprime
integer.
See
Examples
>> PolynomialRemainder(x^2 + 7*x + 6, x^2-5*x-6, x)12+12*x
Implementation status
- ✅ - full supported