kelvinBer0¶
Evaluates the Kelvin function of the first kind, ber
, of order zero.
Synopsis¶
kelvinBer0 (x)
Required Arguments¶
- float
x
(Input) - Argument for which the function value is desired.
Return Value¶
The Kelvin function of the first kind, ber
, of order zero evaluated at
x.
Description¶
The Kelvin function ber0(x) is defined to be ℜJ0(xe3π/4). The Bessel function J0(x) is defined
J0(x)=1π∫π0cos(xsinθ)dθ
The function kelvinBer0
is based on the work of Burgoyne (1963).