Difference between revisions of "LCM Command"

From GeoGebra Manual
Jump to: navigation, search
(added v4)
Line 4: Line 4:
 
; LCM[Number a, Number b]: Calculates the least common multiple of two numbers ''a'' and ''b''.
 
; LCM[Number a, Number b]: Calculates the least common multiple of two numbers ''a'' and ''b''.
 
; LCM[List of numbers]: Calculates the least common multiple of the elements of the list.
 
; LCM[List of numbers]: Calculates the least common multiple of the elements of the list.
 +
==CAS Syntax==
 +
; LCM[Number a, Number b]
 +
: Calculates the least common multiple of numbers ''a'' and ''b''.
 +
;LCM[ <List of Numbers> ]
 +
: Calculates the least common multiple of the list of numbers.
 +
;LCM[ <Polynomial>, <Polynomial> ]
 +
: Calculates the least common multiple of the two polynomials.
 +
;LCM[ <List of Polynomials> ]
 +
: Calculates the least common multiple of the list of polynomials.

Revision as of 09:48, 16 August 2011


UK English: LCM = lowest common multiple

LCM[Number a, Number b]
Calculates the least common multiple of two numbers a and b.
LCM[List of numbers]
Calculates the least common multiple of the elements of the list.

CAS Syntax

LCM[Number a, Number b]
Calculates the least common multiple of numbers a and b.
LCM[ <List of Numbers> ]
Calculates the least common multiple of the list of numbers.
LCM[ <Polynomial>, <Polynomial> ]
Calculates the least common multiple of the two polynomials.
LCM[ <List of Polynomials> ]
Calculates the least common multiple of the list of polynomials.
© 2024 International GeoGebra Institute