Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $Assumptions = 0 < z < 1
  2.  
  3. t1 = Simplify[Series[ArcTanh[(1 - Sqrt[z])^2], {z, 0, 3}]]
  4.  
  5. t2 = Simplify[Series[ArcTanh[(1 - Sqrt[z])^2] // TrigToExp, {z, 0, 3}]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement