Guest User

Untitled

a guest
Feb 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. f[z_] := NIntegrate[x^5*(x^2 - 5/2)*Exp[-x^2]*Exp[-45^{1/2}*Abs[z]/x^4], {x, 0, Infinity}];
  2.  
  3. f[z_?NumericQ]:=NIntegrate[x^5*(x^2-5/2)*Exp[-x^2]*Exp[-45^{1/2}*Abs[z]/x^4],{x,0,Infinity}];
  4. Plot[ f[z],{z,0,10}]
Add Comment
Please, Sign In to add comment