![]() |
KERName:
![]() where Kv is the Bessel function of the third kind. The functions described here compute these functions for the case when there is a real, non-negative input argument and order zero (i.e., v = 0). Dataplot computes these function using the KLVNA routines from "Computation of Special Functions" (see the References section below).
where <x> is a non-negative number, variable or parameter; <yr> is a variable or a parameter (depending on what <x> is) where the computed Kelvin value is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the real component of the ker Kelvin function.
where <x> is a non-negative number, variable or parameter; <yc> is a variable or a parameter (depending on what <x> is) where the computed Kelvin value is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the complex component of the ker Kelvin function.
where <x> is a non-negative number, variable or parameter; <yr> is a variable or a parameter (depending on what <x> is) where the computed Kelvin value is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the real component of the derivative of the ker Kelvin function.
where <x> is a non-negative number, variable or parameter; <yc> is a variable or a parameter (depending on what <x> is) where the computed Kelvin value is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the complex component of the derivative of the ker Kelvin function.
LET A = KERI(2) LET A = KER1(2) LET A = KERI1(2)
LET YR = KER(X)
"Handbook of Mathematical Functions, Applied Mathematics Series, Vol. 55", Abramowitz and Stegun, National Bureau of Standards, 1964 (pages 379-385).
TITLE KER KELVIN FUNCTION PLOT KER(X) FOR X = 0.1 0.1 10 AND PLOT KERI(X) FOR X = 0.1 0.1 10
Date created: 6/5/2001 |