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


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

- Together makes a sum of terms into a single rational function.
- The denominator of the result of Together is typically the lowest common multiple of the denominators of each of the terms in the sum.
- Together avoids expanding out denominators unless it is necessary.
- Together is effectively the inverse of Apart.
- Together[expr,Modulus->p] generates a result modulo p.
- Together[expr,Extension->Automatic] allows operations to be performed on algebraic numbers in expr.
- Together[expr,Trig->True] treats trigonometric functions as rational functions of exponentials, and manipulates them accordingly.
- Together automatically threads over lists, as well as equations, inequalities and logic functions.
Examples
open all close allBasic Examples (2)
Scope (8)
Options (6)
Extension (2)
See Also
Related Guides
History
Introduced in 1988 (1.0) | Updated in 1996 (3.0) ▪ 2007 (6.0) ▪ 2023 (13.3)
Text
Wolfram Research (1988), Together, Wolfram Language function, https://reference.wolfram.com/language/ref/Together.html (updated 2023).
CMS
Wolfram Language. 1988. "Together." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2023. https://reference.wolfram.com/language/ref/Together.html.
APA
Wolfram Language. (1988). Together. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Together.html
BibTeX
@misc{reference.wolfram_2025_together, author="Wolfram Research", title="{Together}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/Together.html}", note=[Accessed: 12-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_together, organization={Wolfram Research}, title={Together}, year={2023}, url={https://reference.wolfram.com/language/ref/Together.html}, note=[Accessed: 12-August-2025]}