BESSELJ
Returns the Bessel function Jn(x).
EngineeringEngineering & Science
What it does
Calculates the Bessel function of the first kind, Jn(x).
Syntax
BESSELJ(x, n)
Arguments
x(number) β The value at which to evaluate the function.n(number) β The order of the Bessel function.
Examples
Calculate Bessel J
Calculate for x=1.9, order 2.
FORMULA
=BESSELJ(1.9, 2)
RESULT
0.3299
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | X | Order |
| 2 | 1.9 | 2 |