jimmy1
- 60
- 0
I have a function f(x) which is defined as
f(x) = \int_{x}^{c} \int_{x}^{c} f(x_1,x_2) dx_1 dx_2
where c is a known constant and f(x1,x2) is a multivariate Gaussian. Unfortunetaly there is no closed form solution for f(x).
My problem is I want to numerically calculate
\int_{c_1}^{c} f(x) dx
where again c_1, and c are known constants.
How do I numerically evaluate such an integral in Mathematica? I get errors every time saying "x is not a valid limit of integration".
Any ideas, how I would input the above into Mathematica to get a numerical solution?
f(x) = \int_{x}^{c} \int_{x}^{c} f(x_1,x_2) dx_1 dx_2
where c is a known constant and f(x1,x2) is a multivariate Gaussian. Unfortunetaly there is no closed form solution for f(x).
My problem is I want to numerically calculate
\int_{c_1}^{c} f(x) dx
where again c_1, and c are known constants.
How do I numerically evaluate such an integral in Mathematica? I get errors every time saying "x is not a valid limit of integration".
Any ideas, how I would input the above into Mathematica to get a numerical solution?