Skip to main content

Least common multiple (lcm)

Returns the least common multiple of two polynomials. The least common multiple of a quotient of polynomials is defined as

lcmpq,rs=lcm(p,r)gcd(q,s)

Syntax

lcm(Polynomial, ..., Polynomial)

Description

Given a set of polynomials, returns its least common multiple.

polynomials.lcm_commands.calc.png