bessel_k SciMax Toolbox besselexpand

SciMax Toolbox >> bessel_y

bessel_y

Maxima Function

Calling Sequence

bessel_y (v, z)

Description

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

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

bessel_y is defined as

cos(%pi v) bessel_j(v, z) - bessel_j(-v, z)
-------------------------------------------
               sin(%pi v)
when

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

bessel_k SciMax Toolbox besselexpand