Recent content by jianingli
-
J
MATLAB Symbolic intergration in Matlab using INT command?
the format in MATLAB is int( function, 'variable' ). For example, to calculate the integral from 1 to 100, the object function is x^2 + \sin (x), you should do following: 1. define the function as f = 'x ^ 2 + sin(x)'; 2. integral int( f, 'x', 1, 100 )- jianingli
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
J
Graduate A problem about integral of modified bessel function
To calculate a p.d.f. of a r.v., I need to integral a product of two bessel function as \mathcal{L}^{-1} \left( abs^2 K_n( \sqrt{as}) K_n( \sqrt{bs} ) \right) where \mathcal{L}^{-1} is the inverse Laplace transform. I think some properties about the bessel function can solve this...- jianingli
- Thread
- Bessel Bessel function Function Integral
- Replies: 1
- Forum: Differential Equations