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 know of any library for numerical evaluation? I'm especially looking for either matlab or c++, but I will use anything that will do the work.
|
feedback
|
|
Since you don't specify the kind of integrals or the actual dimensionality, I can only suggest that you take into account that
where the function F(x) is defined as
and use this fact to compute your integrals with the usual quadrature techniques. For example, you could use | |||
|
feedback
|
|
Seems pretty roboust. | |||
|
feedback
|
|
"Numerical Recipes In C" has a very nice chapter on numerical integration. Maybe Gaussian quadrature can help you out. | |||
|
feedback
|
|
Yes there is TESTPACK which is | |||
|
feedback
|
|
does the integrand have complex terms? or does it blow at some point in the domain? why don't u just post the integral? the best way to perform an integral can be picked depending on its nature.. | |||
|
feedback
|

