|
PBName:
Note that there are alternative formulations for the above functions. More details are provided in the sources listed in the References section. In addition, Dataplot provides functions for computing the derivatives of each of these functions. Dataplot computes these function using the PDBV, PBVV, and PBWA routines from "Computation of Special Functions" (see the References section below).
where <x> is a variable, number, or parameter containing positive values; <v> is a variable, number, or parameter that defines the order of the parabolic function; <y> is a variable or a parameter (depending on what <x> and <v> are) where the computed parabolic cylinder values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the first form of the parabolic cylinder functions (D(x,v)).
where <x> is a variable, number, or parameter containing positive values; <v> is a variable, number, or parameter that defines the order of the parabolic cylinder function; <y> is a variable or a parameter (depending on what <x> and <v> are) where the computed parabolic cylinder values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the derivative of the first form of the parabolic cylinder functions (D(x,v)).
where <x> is a variable, number, or parameter containing positive values; <v> is a variable, number, or parameter that defines the order of the parabolic function; <y> is a variable or a parameter (depending on what <x> and <v> are) where the computed parabolic cylinder values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the second form of the parabolic cylinder functions (V(x,v)).
where <x> is a variable, number, or parameter containing positive values; <v> is a variable, number, or parameter that defines the order of the parabolic function; <y> is a variable or a parameter (depending on what <x> and <v> are) where the computed parabolic cylinder values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the derivative of the second form of the parabolic cylinder functions (V(x,v)).
where <x> is a variable, number, or parameter containing positive values; <a> is a variable, number, or parameter that defines the order of the parabolic function; <y> is a variable or a parameter (depending on what <x> and <v> are) where the computed parabolic cylinder values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the third form of the parabolic cylinder functions (W(x,a)). This function is limited to the case when the absolute value of <x> is less than 5.
where <x> is a variable, number, or parameter containing positive values; <a> is a variable, number, or parameter that defines the order of the parabolic function; <y> is a variable or a parameter (depending on what <x> and <v> are) where the computed parabolic cylinder values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. This syntax computes the derivative of the third form of the parabolic cylinder functions (W(x,a)). This function is limited to the case when the absolute value of <x> is less than 5.
LET A = PBDV1(1.5,2)
LET Y = PBVV(X,2)
LET Y = PBWA(X,1) FOR X = -3 0.1 3
"Handbook of Mathematical Functions, Applied Mathematics Series, Vol. 55", Abramowitz and Stegun, National Bureau of Standards, 1964, pp. 685-720.
MULTIPLOT 2 2 MULTIPLOT CORNER COORDINATES 5 5 95 95 TITLE V = 1 PLOT PBDV(X,1) FOR X = 0.1 0.1 5 AND PLOT PBDV1(X,1) FOR X = 0.1 0.1 5 TITLE V = 2 PLOT PBDV(X,2) FOR X = 0.1 0.1 5 AND PLOT PBDV1(X,2) FOR X = 0.1 0.1 5 TITLE V = 3 PLOT PBDV(X,3) FOR X = 0.1 0.1 5 AND PLOT PBDV1(X,3) FOR X = 0.1 0.1 5 TITLE V = 4 PLOT PBDV(X,4) FOR X = 0.1 0.1 5 AND PLOT PBDV1(X,4) FOR X = 0.1 0.1 5 END OF MULTIPLOT MOVE 50 95 JUSTIFICATION CENTER TEXT PBDV (AND DERIVATIVE) FUNCTIONS
MULTIPLOT 2 2 MULTIPLOT CORNER COORDINATES 5 5 95 95 TITLE V = 1 PLOT PBVV(X,1) FOR X = 0.1 0.1 5 AND PLOT PBVV1(X,1) FOR X = 0.1 0.1 5 TITLE V = 2 PLOT PBVV(X,2) FOR X = 0.1 0.1 5 AND PLOT PBVV1(X,2) FOR X = 0.1 0.1 5 TITLE V = 3 PLOT PBVV(X,3) FOR X = 0.1 0.1 5 AND PLOT PBVV1(X,3) FOR X = 0.1 0.1 5 TITLE V = 4 PLOT PBVV(X,4) FOR X = 0.1 0.1 5 AND PLOT PBVV1(X,4) FOR X = 0.1 0.1 5 END OF MULTIPLOT MOVE 50 95 JUSTIFICATION CENTER TEXT PBVV (AND DERIVATIVE) FUNCTIONS
MULTIPLOT 2 2 MULTIPLOT CORNER COORDINATES 5 5 95 95 TITLE V = 1 PLOT PBWA(X,1) FOR X = 0.1 0.1 5 AND PLOT PBWA1(X,1) FOR X = 0.1 0.1 5 TITLE V = 2 PLOT PBWA(X,2) FOR X = 0.1 0.1 5 AND PLOT PBWA1(X,2) FOR X = 0.1 0.1 5 TITLE V = 3 PLOT PBWA(X,3) FOR X = 0.1 0.1 5 AND PLOT PBWA1(X,3) FOR X = 0.1 0.1 5 TITLE V = 4 PLOT PBWA(X,4) FOR X = 0.1 0.1 5 AND PLOT PBWA1(X,4) FOR X = 0.1 0.1 5 END OF MULTIPLOT MOVE 50 95 JUSTIFICATION CENTER TEXT PBWA (AND DERIVATIVE) FUNCTIONS
Date created: 6/5/2001 |