besselj
Bessel function of the first kind, J_n(x).
Syntax
Section titled “Syntax”v = besselj(x, n, s)Description
Section titled “Description”Returns the Bessel function of the first kind of order n at x. With s = 1, returns the scaled version exp(-|imag(x)|) · J_n(x). Standard in cylindrical-symmetric wave problems.
Example
Section titled “Example”besselj(2.4048, 0) % ≈ 0 (first zero of J_0)