Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. mumas[x_] = 1/2 + (x^2+2)/(2*x*(x^2+4)^(0.5))
  2.  
  3. mumen[x_] = 1/2 - (x^2+2)/(2*x*(x^2+4)^(0.5))
  4.  
  5. nvalq = sqrt^(Abs(mumen(x_))+Abs(mumas(x_)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement