jn()

Computes the Bessel function of the first kind and returns a real number

Syntax
y = jn(n, x)

Arguments
Name Description Range Type Required
n order (-∞, ∞) integer yes
x value for which the Bessel value is to be found (-∞, ∞) real yes

Examples

jn0_15 = jn(0, 15)
returns -0.014
jn1_xV = jn(1, 5.23)
returns -0.344
jn10_15 = jn(10, 15)
returns -0.09

Defined in

in-built

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources