Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Sinh[x]^2 + Cosh[x]^2 // FullSimplify
  2.  
  3. Cosh[2 x]
  4.  
  5. FullSimplify[Sinh[x]^2 + Cosh[x]^2, ComplexityFunction -> (Count[{#}, _[2 x]] &)]
  6.  
  7. Simplify[expression, Trig->False]
  8. FullSimplify[expression, Trig->False]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement