Skip to main content

Questions tagged [numerical-integration]

Questions on the use of numerical functions NIntegrate and NDSolve.

1 vote
2 answers
138 views

I want to make Mathematica perform the following integral, assuming that: $$ \int_0^\infty \delta(x)\,\mathrm{d}x = 1 $$ ...
Ruth Murphy's user avatar
3 votes
1 answer
224 views

I'm trying to solve the following equation: $$ i\,\partial_{t}\varPhi_{1}(r,t) =-\frac{1}{2}\,\partial_{r}^2\varPhi_{1}(r,t)+\left(-\frac{1}{r}+\frac{1}{r^{2}}+\frac{1}{2}\right)\varPhi_{1}(r,t)-r^{2}...
Jam's user avatar
  • 101
0 votes
0 answers
59 views

I am trying to compute the solution of a linear diffusion–advection type equation on a finite interval using the Fokas unified transform method. The initial condition and boundary condition are: $$ ...
Athanasios Paraskevopoulos's user avatar
4 votes
4 answers
262 views

Suppose I want to numerically evaluate the integral NIntegrate[Cos[Sin[x^2]], {x, 0, 40}] To obtain its error estimate, I used ...
Laplacian's user avatar
  • 1,155
-1 votes
0 answers
48 views

I am trying to numerically integrate a complicated function f[t1, t2, t3] over $t_1,t_2,t_3 \in [-4,0]$. The function is piecewise defined, known to have jump ...
Laplacian's user avatar
  • 1,155
2 votes
1 answer
105 views

I’m trying to numerically integrate a complicated function over a 3D implicit region. Schematically, my code has the form ...
Laplacian's user avatar
  • 1,155
1 vote
0 answers
77 views

I am evaluating a complicated 3-dimensional integral in Mathematica with NIntegrate. I use Method -> "GlobalAdaptive" and set MaxErrorIncreases -> 6000. During the evaluation, ...
Laplacian's user avatar
  • 1,155
4 votes
1 answer
225 views

I have met a integral in my research with Bessel Kernels and Hypergeometric functions. The codes are ...
Jie Zhu's user avatar
  • 2,420
3 votes
1 answer
274 views

I encountered difficulties in representing the numerical integral below int[a,x] for values of x>150 and for ...
Gallagher's user avatar
  • 1,100
3 votes
1 answer
110 views

I hope you are doing well. I am modeling a non-uniform beam in COMSOL Multiphysics (a finite element software) to obtain the first mode shape (vertical displacement as a function of the 𝑥-position). ...
AaronTBM's user avatar
  • 131
2 votes
1 answer
145 views

I want to use Mathematica to compute some integrals with sufficiently high precision in order to have a reference value for my numerical tests. My aim is to compute the following $$ \int_{K_1} \int_{...
Davide's user avatar
  • 123
3 votes
0 answers
107 views

I'm working with Fox H-functions in my physics problem and wanted to cross-check Mathematica's built-in FoxH function by directly computing the Mellin-Barnes integral. But my numerical integration isn'...
EulerOsto's user avatar
0 votes
1 answer
83 views

I have two complicated and long equations $f(x,y,z)=0$ and $g(x,y,z,u)=0$, that I have written a short part of my original functions $f$ and $g$ below (because of the size limit). My goal is to ...
math3999's user avatar
2 votes
1 answer
173 views

I want to define a function f[x] and then be able to integrate numerically as a vector - not component by component. The following is my failed attempt: ...
MTYS's user avatar
  • 173
3 votes
2 answers
304 views

I would like to solve the following system of differential equations numerically for two one-dimensional functions $R(x)$ and $\phi(x)$: \begin{eqnarray} c_1 \left(R''(x) - (\phi'(x))^2 R(x) \right) - ...
sap7889's user avatar
  • 147

15 30 50 per page
1
2 3 4 5
246