LCM

From iMath
Revision as of 17:40, 8 July 2017 by Jrheinlaender (Talk | contribs) (Created page with "{{Keyword | <code>LCM ( expression, expression )</code> | Calculate the lowest common multiple of two expressions. The expressions may be polynomials or numbers. | 3=...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

LCM ( expression, expression )


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Calculate the lowest common multiple of two expressions. The expressions may be polynomials or numbers.


Example

EXDEF LCM(4 x y + x z + 20 y^2 + 21 y z + 4 z^2, x y + 3 x z + 5 y^2 + 19 y z + 12 z^2) will give the result (x + 5y + 4z)(y + 3z)(4y + z).

See also

LCM