Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica Technical FAQs Services & Resources / Mathematica / Kernels & Programming
-----
 /
Symbols
*Mathematica
*Network Mathematica
*webMathematica
*gridMathematica
*Personal Grid Edition
*Wolfram Workbench
*Wolfram Education Group
*Application Packages
*Mathematica for Students
*Mathematica CalcCenter
*Publicon
*A New Kind of Science Explorer
*Mathematical Explorer
*Mathematica Teacher's Edition
*Calculus WIZ
*Mathematica Player
*Ask about this page
*Print this page
*Email this page
*Give us feedback
*
Sign up for our newsletter:

Together


Usage Message:

Together[expr] puts terms in a sum over a common denominator, and cancels factors in the result.

Attributes[Together] = {Listable, Protected}

Options:

Extension -> None
Modulus -> 0
Trig -> False

Related Symbols:

Cancel
Collect
Factor
PolynomialGCD

Notes:

Together sometimes performs factorizations or expansions that are not strictly necessary for cancelling factors between the numerator and denominator of a rational function. For example:

In[1]:= Together[1/(2 x + 2 y)]

            1
Out[1]= ---------
        2 (x + y)
The exact behavior in such situations is unspecified, and may be different for slightly different expressions, or in different versions of Mathematica.

Known Bugs:

See Factor .


Additional Online Documentation:

Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/Together.html

Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/Together.html




 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy