![]() |
HVName:
![]()
where v is the order of the Struve function and
Dataplot computes this function using the STVH0, STVH1, and STVHV routines from "Computation of Special Functions" (see the Reference section below).
where <x> is a number, variable or parameter; <v> is a number, parameter, or variable; <y> is a variable or a parameter (depending on what <x> and <v> are) where the computed Struve function values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. Dataplot supports the Struve function for non-negative real x and for orders between -8.5 and 12.5. This syntax is used for arbitrary order.
where <x> is a number, variable or parameter; <y> is a variable or a parameter (depending on what <x> is) where the computed Struve function values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. Dataplot supports the Struve function for non-negative real x. This syntax is used for the Struve function of order 0.
where <x> is a number, variable or parameter; <y> is a variable or a parameter (depending on what <x> is) where the computed Struve function values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional. Dataplot supports the Struve function for non-negative real x. This syntax is used for the Struve function of order 1.
LET A = HV(X,A1) LET X2 = HV(X1,4) FOR X1 = 0.1 0.1 3.0
"AMS 55: Handbook of Mathematical Functions", Abramowitz and Stegun, Eds., Washington, DC, National Bureau of Standards, 1964.
MULTIPLOT CORNER COORDINATES 5 5 95 95 TITLE ORDER 0 PLOT HV(X,0) FOR X = 0 0.01 10 TITLE ORDER 1 PLOT HV(X,1) FOR X = 0 0.01 10 TITLE ORDER 2 PLOT HV(X,2) FOR X = 0 0.01 10 TITLE ORDER 3 PLOT HV(X,3) FOR X = 0 0.01 10 END OF MULTIPLOT MOVE 50 97 JUSTIFICATION CENTER TEXT STRUVE FUNCTIONS
Date created: 6/5/2001 |