Denominator Command

From GeoGebra Manual
Revision as of 10:15, 28 November 2014 by Murkle (talk | contribs)
Jump to: navigation, search



Denominator[ <Function> ]
Returns the denominator of a function.
Example:
Denominator[5 / (x^2 + 2)] yields f(x)=(x2 + 2).

CAS Syntax

Denominator[ <Expression> ]
Returns the denominator of a rational number or expression.
Example:
Denominator[2 / 3 + 1 / 15] yields 15.
Note:
Note:

For a fast numerical method (so long as the numbers aren't too big) you can use these in the Input Bar: CommonDenominator[a,a] for denominator and round(a*CommonDenominator[a,a]) for Numerator

© 2024 International GeoGebra Institute