A1 | R Documentation |
Evaluates the first and zeroth order Bessel functions of the first kind at a specified non-negative real number, and returns the ratio.
A1(kappa)
kappa |
non-negative numeric value at which to evaluate the Bessel functions. |
The function uses besselI
.
If I1(kappa) is the first order Bessel function and I0(kappa) is the zeroth order Bessel function, then A1(kappa) returns I1(kappa)/I0(kappa).
Claudio Agostinelli
besselI
, A1inv
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.