PolynomialGCD
PolynomialGCD(p, q)
returns the GCD (‘greatest common divisor’) of the polynomials
p
andq
.
PolynomialGCD(p, q, Modulus -> prime)
returns the GCD (‘greatest common divisor’) of the polynomials
p
andq
modulus theprime
integer.
See
Examples
>> PolynomialGCD(x^2 + 7*x + 6, x^2-5*x-6)1+x
Implementation status
- ✅ - full supported