Legacy Documentation

The Mathematical ExplorerTM (2001)

This is documentation for an obsolete product.
Current products and services
Together

  • Together[ expr ] puts terms in a sum over a common denominator, and cancels factors in the result.
  • Example: Together[1/x + 1/(1-x)] .
  • 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[ expr , Modulus-> p ] generates a result modulo p.
  • See The Mathematica Book on the web:Section 1.4.5 and Section 3.3.3.
  • See also: Collect, Factor.