PolynomialLCM
Usage
• PolynomialLCM[ , , ... ] gives the least common multiple of the polynomials . • PolynomialLCM[ , , ... , Modulus->p] evaluates the LCM modulo the prime p.
Notes
• Example: PolynomialLCM[1 + x y, x + x^2 y]  . • PolynomialLCM[ , , ... ] will by default treat algebraic numbers that appear in the  as independent variables. • PolynomialLCM[ , , ... , Extension->Automatic] extends the coefficient field to include algebraic numbers that appear in the  . • New in Version 2; modified in 3.
|