Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Table[NIntegrate[
  2. Sqrt[1 - x1^2] Sqrt[1 - x2^2] Sqrt[1 - x3^2]*0.5/(-0.5^2 + 4 (x1 + x2 + x3)^2),
  3. {x1, 0, 1}, {x2, 0, 1}, {x3, 0, 1},
  4. PrecisionGoal -> 6, MinRecursion -> 3, Method -> rule],
  5. {rule, {"GlobalAdaptive", "MultidimensionalRule", "NewtonCotesRule", "GaussKronrodRule", "ClenshawCurtisRule"}}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement