Questions tagged [bessel-functions]

The bessel functions in mathematics are the canonical solutions of Bessel's differential equation for an arbitrary complex number.

The bessel functions in mathematics are the canonical solutions of Bessel's differential equation for an arbitrary complex number. The bessel functions can be applied in programming in various cases - when calculating pressure amplitudes, waves and vibrations, free particle and floating body dynamics, and many others.

107 questions
-2
votes
1 answer

Python: Plotting Bessel functions of the first kind with a float argument

The equation I am working with is $$ E = M_e + \sum_{n = 1}^N\frac{2}{n}\mathcal{J}_n(ne)\sin(nM_e) $$ where $\mathcal{J}_n(x)$ is the nth Bessel function of the first kind. As a test, I plotted the first 6 Bessel functions and everything worked out…
dustin
  • 4,309
  • 12
  • 57
  • 79
-4
votes
1 answer

how to use boost for bessel function in C++

I try to write spherical bessel function in C++ and use #include and sph_bessel(v,x) in my code but error is happened say this not declared in this scope.I compile with g++ test.cpp .please help…
A.R.N
  • 1
  • 1
  • 2
1 2 3 4 5 6 7
8