Difference between revisions of "CommonDenominator Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
 
(command syntax: changed [ ] into ( ))
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
+
<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|algebra}}
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
;CommonDenominator( <Expression>, <Expression> )
{{command|CAS}}
+
:Returns the function having as equation the lowest common denominator of the two expressions.
;CommonDenominator[ <Expression>, <Expression> ]
+
:{{example|1=<code><nowiki>CommonDenominator(3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1))</nowiki></code> yields ''f''(''x'') = 4 ''x''<sup>2</sup> + 4 ''x'' + 1.}}
:{{description}}
+
 
 +
==CAS Syntax==
 +
;CommonDenominator( <Expression>, <Expression> )
 +
:Returns the lowest common denominator of the two expressions.
 +
:{{example|1=<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.}}

Latest revision as of 12:38, 5 October 2017


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