FullSimplify FullSimplify[expr] attempts to perform full simplification operations on expr. Attributes[FullSimplify] := {Protected} Simple examples In[1]:= FullSimplify[E^(x*-1) + E^x] Out[1]= 2*Cosh[x]