PolynomialLCM
PolynomialLCM(p, q)
returns the LCM (‘least common multiple’) of the polynomials
p
andq
.
PolynomialLCM(p, q, Modulus -> prime)
returns the LCM (‘least common multiple’) of the polynomials
p
andq
modulus theprime
integer.
See
Examples
>> PolynomialLCM(x^2 + 7*x + 6, x^2-5*x-6)-36-36*x+x^2+x^3
Implementation status
- ✅ - full supported