Tagged Questions

2
votes
2answers
109 views

Best parallel method for calculating the integral of a 2D function

In some crunching number program, I have a function which can be just 1 or 0 in three dimensions. I do not know in advance the function, but I need to know the total "surface" of the function which is ...
1
vote
5answers
213 views

evaluating multiple integrals

Is there any library to evaluate multidimensional integrals? I have at least 4 (in general much more than that), where the integrand is a combination of variables, so I cannot separate them. Do you ...
1
vote
6answers
2k views

Can someone explain why scipy.integrate.quad gives different results for equally long ranges while integrating sin(X)?

I am trying to numerically integrate an arbitrary (known when I code) function in my program using numerical integration methods. I am using Python 2.5.2 along with SciPy's numerical integration ...
0
votes
1answer
199 views

MATLAB difference between numerical integration functions

I need to integrate an expression using MATLAB. What is the difference between these functions? QUAD, QUAD8, QUADL, DBLQUAD