bessel_j SciMax Toolbox bessel_y

SciMax Toolbox >> bessel_k

bessel_k

Maxima Function

Calling Sequence

bessel_k (v, z)

Description

The modified Bessel function of the second kind of order v and argument z.

bessel_k computes the array besselarray such that besselarray [i] = bessel_k [i + v - int(v)] (z) for i from zero to int(v).

bessel_k is defined as

%pi csc(%pi v) (bessel_i(-v, z) - bessel_i(v, z))
-------------------------------------------------
                       2
when

v is not an integer. If v is an integer n, then the limit as v approaches n is taken.

bessel_j SciMax Toolbox bessel_y