Skip to content

PolynomialQuotient

PolynomialQuotient(p, q, x)

returns the polynomial quotient of the polynomials p and q for the variable x.

PolynomialQuotient(p, q, x, Modulus -> prime)

returns the polynomial quotient of the polynomials p and q for the variable x modulus the prime integer.

See

Examples

>> PolynomialQuotient(x^2 + 7*x + 6, x^2-5*x-6, x)
1

Implementation status

  • ✅ - full supported

Github