Evaluates the modified Bessel function of the second kind for any real order.
BESSELK(v, z, opt)
v |
- |
A real or real series, the order. The order must be real but need not be an integer. |
||||
z |
- |
Any scalar or series. The input value. |
||||
opt |
- |
Optional. An integer, the scaling method:
|
A scalar or series, the value of Kν(z) where ν is the order and z is the input.
besselk(0, 3)
returns 0.034740, the value of K0(3).
W1: 0..0.2..1;
W2: besselk(1, w1)
Returns K1(z) for z between 0 and 1. W2 contains the series
{inf, 4.775973, 2.184354, 1.302835, 0.861782, 0.601907}
besselk((3..9)', 0..0.2..10)
Evaluates the modified Bessel function of the second kind for orders 3 through 9 with inputs from 0 to 10. Each column of the result contains the output for the specified order.
Modified Bessel functions are solutions to the differential equation:
where ν is the order, Kν(z) is a solution of the second kind and Iν(z) is a linearly independent solution of the first kind For non-integer order ν:
If z is real and z < 0, the result is generally complex
See BESSELI to evaluate Iν(z), the modified Bessel function of the first kind.
BESSELK is based on a FORTRAN library written by D. E. Amos.
[1] Abramowitz and Stegun
Handbook of Mathematical Functions (9th printing 1970)
US Gov. Printing Office
Section 9.1.1, 9.1.89, 9.12
[2] Amos, D.E.
A Subroutine Package for Bessel Functions of a Complex
Argument and Nonnegative Order
Sandia National Laboratory Report
SAND85-1018, May, 1985.
[3] Amos, D.E.
A Portable Package for Bessel Functions of a Complex
Argument and Nonnegative Order
Trans. Math. Software, 1986