Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Algebraic Computation /  Formula Manipulation /

Denominator

FilledSmallSquare Denominator[expr] gives the denominator of expr.

FilledSmallSquare Denominator picks out terms which have superficially negative exponents. Numerator picks out all remaining terms.
FilledSmallSquare An exponent is "superficially negative" if it has a negative number as a factor.
FilledSmallSquare The standard representation of rational expressions as products of powers means that you cannot simply use Part to extract denominators.
FilledSmallSquare Denominator can be used on rational numbers.
FilledSmallSquare See The Mathematica Book on the web: Section 1.4.7.
FilledSmallSquare See also: ExpandDenominator, Rationals.