Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Algebraic Computation / Formula Manipulation /

Apart

FilledSmallSquare Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators.

FilledSmallSquare Apart[expr, var] treats all variables other than var as constants.

FilledSmallSquare Example: Apart[(x^2+1)/(x-1)] LongRightArrow.

FilledSmallSquare Apart gives the partial fraction decomposition of a rational expression.

FilledSmallSquare Apart[expr, var] writes expr as a polynomial in var together with a sum of ratios of polynomials, where the degree in var of each numerator polynomial is less than that of the corresponding denominator polynomial.

FilledSmallSquare Apart[(x + y)/(x - y), x] LongRightArrow.

FilledSmallSquare Apart[(x + y)/(x - y), y] LongRightArrow.

FilledSmallSquare Apart[expr, Trig -> True] treats trigonometric functions as rational functions of exponentials, and manipulates them accordingly.

FilledSmallSquare See Section 1.4.5 and Section 3.3.3.

FilledSmallSquare See also: Together, Cancel, PolynomialQuotient.

FilledSmallSquare New in Version 1.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.