CommonDenominator Command

From GeoGebra Manual
Revision as of 11:38, 5 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


CommonDenominator( <Expression>, <Expression> )
Returns the function having as equation the lowest common denominator of the two expressions.
Example: CommonDenominator(3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1)) yields f(x) = 4 x2 + 4 x + 1.


CAS Syntax

CommonDenominator( <Expression>, <Expression> )
Returns the lowest common denominator of the two expressions.
Example: CommonDenominator(3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1)) yields 4 x2 + 4 x + 1.
© 2024 International GeoGebra Institute