Guest User

Untitled

a guest
Jan 22nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. w = .0002; k = Pi/w;
  2. [Eta] = 1*10^-3; bk = Cosh[k*h0]^2/Sinh[2*k*h0]; tg = (
  3. 2*Pi*[Eta]*Bk)/([Gamma]*k^2);
  4.  
  5. cdg[t_?NumericQ] :=
  6. 20*Quiet[NIntegrate[
  7. Exp[-(x^2)/8]*(1/(1 + B/x^2))*(1 - Exp[-t/tg*x^4*(1 +B/x^2)])/
  8. x, {x, 0, [Infinity]}, AccuracyGoal -> 5]]
Add Comment
Please, Sign In to add comment