Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Solve[{
  2. Integrate[Exp[-a*x^4 - b*x^2 - c], {x, -Infinity, Infinity}] == 1,
  3. Integrate[(x^2)*Exp[-a*x^4 - b*x^2 - c], {x, -Infinity, Infinity}] == 2,
  4. Integrate[(x^4)*Exp[-a*x^4 - b*x^2 - c], {x, -Infinity, Infinity}] == 10},{a, b, c}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement