Difference between revisions of "CommonDenominator Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{betamanual|version=4.2}} + ))
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>  
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>  
 
{{command|algebra}}
 
{{command|algebra}}
 +
;CommonDenominator[ <Expression>, <Expression> ]
 +
:Returns the (lowest) common denominator of the two expressions.
 +
:{{example|1=<div><code><nowiki>CommonDenominator[3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1)]</nowiki></code> yields ''4 x<sup>2</sup> + 4 x + 1''.</div>}}
 +
 +
==CAS Syntax==
 
;CommonDenominator[ <Expression>, <Expression> ]
 
;CommonDenominator[ <Expression>, <Expression> ]
 
:Returns the (lowest) common denominator of the two expressions.
 
:Returns the (lowest) common denominator of the two expressions.
 
:{{example|1=<div><code><nowiki>CommonDenominator[3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1)]</nowiki></code> yields ''4 x<sup>2</sup> + 4 x + 1''.</div>}}
 
:{{example|1=<div><code><nowiki>CommonDenominator[3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1)]</nowiki></code> yields ''4 x<sup>2</sup> + 4 x + 1''.</div>}}

Revision as of 11:18, 15 March 2013



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.


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