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