Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Formula Manipulation > Algebraic Transformations > Rational Functions >

Denominator

Denominator[expr]
gives the denominator of expr.
  • Denominator picks out terms which have superficially negative exponents. Numerator picks out all remaining terms.
  • An exponent is "superficially negative" if it has a negative number as a factor.
  • The standard representation of rational expressions as products of powers means that you cannot simply use Part to extract denominators.
Extract denominator of a rational number:
Extract denominator of a rational expression:
Extract denominator of a rational number:
In[1]:=
Click for copyable input
Out[1]=
Extract denominator of a rational expression:
In[2]:=
Click for copyable input
Out[2]=
Rational numbers:
Rational expressions:
Select terms with syntactically negative exponents:
All exponents syntactically negative:
No syntactically negative exponents:
Denominator automatically threads over lists:
Find denominators over integers modulo m:
Denominators of trigonometric functions:
Numerator gives the terms without negative exponents:
An expression is a quotient of its numerator and denominator:
Use Cancel to cancel common factors between the numerator and the denominator:
Together writes an expression as a fraction and cancels common terms:
Use ExpandDenominator to directly expand all denominators:
Cyclic addition [more info]:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team