Is there any math formula reduction tools?
for example convert:
$\frac{a(a+1)}{2a}$
to:
$\frac{a+1}{2}$
Is there any math formula reduction tools?
for example convert:
$\frac{a(a+1)}{2a}$
to:
$\frac{a+1}{2}$
Mathematica has the command FullSimplify
, for example. One can use it for free on WolframAlpha; here it is in action simplifying $\frac{a(a+1)}{2a}$ into $\frac{a+1}{2}$.
Two more ideas (free software for the desktop):