3.2.1.2. BesselJ.m¶
Calculate the Bessel function of the first kind \(J_m(z)\).
3.2.1.2.1. Syntax¶
J = BesselJ(m, z, varargin)
3.2.1.2.2. Input arguments¶
3.2.1.2.2.1. Mandatory arguments¶
mThe order \(m\in \mathbb{Z}\)
zThe argument \(z\)
3.2.1.2.2.2. Optional arguments¶
'is_log' = falsetrue— Return the logarithm of the result, i.e., \(\ln J_m(z)\)
'nu0' = 0Return \(J_{m+\nu_0}(z)\)
\(0 < \nu_0 < 1\)