WLJS LogoWLJS Notebook

Together

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

Examples

Combine fractions:

Together[1/x + 1/y]
(* (x + y)/(x y) *)
Together[a/b + c/d]
(* (a d + b c)/(b d) *)

Please visit the official Wolfram Language Reference for more details.

On this page