Guest User

Untitled

a guest
Jun 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. p[x_,a_] := PDF[NormalDistribution[0,a], x];
  2. a[x_] := Exp[x];
  3. u[x_] := (a[x]/(a[x] + 1));
  4. wa[x_, t_] := ((t - 3)*a[x])^(u[x] + .02442);
  5. Sum[p[x, .5]*wa[x, t], {x, 0, Infinity}, {t, 0, 50}]
Add Comment
Please, Sign In to add comment