|
I0INTName:
with I0 denoting the modified Bessel function of the first kind of order 0. Dataplot computes this function using ACM Algorithm 757 (see Reference: below). The function is computed using Chebyshev expansions, the coefficients of which are given to 20 decimal places.
<y> is a variable or a parameter (depending on what <x> is) where the computed I0INT function values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
PLOT I0INT(X) FOR X = 0 .01 10 LET X2 = I0INT(X1) FOR X1 = 0.1 0.1 3.0
TITLE I0INT FUNCTION PLOT I0INT(X) FOR X = 0 0.01 10
Date created: 11/7/2005 |