Lcm
inert lcm function
Calling Sequence
Parameters
Description
Examples
Lcm(a, b,...)
a, b, ...
-
multivariate polynomials over the rationals
The Lcm function is a placeholder for representing the least common multiple of an arbitrary number of polynomials with rational coefficients. Lcm is used in conjunction with mod or modp1 as described below which define the coefficient domain.
The call Lcm(a, b, ...) mod p computes the least common multiple of the polynomials modulo p a prime integer. The inputs must be polynomials over the rationals or over a finite field specified by RootOf expressions.
The call modp1(Lcm(a, b, ...), p) does likewise for polynomials in the modp1 representation.
Lcm⁡x2+1,x2+xmod2
x3+x
See Also
Gcdex
lcm
mod
RootOf
Download Help Document