![]() |
TRANName:
![]() where n, a non-negative integer, is the order of the transport integral. Dataplot supports values of n from 2 to 9. Dataplot computes this function using ACM Algorithm 757 (see Reference: below).
where <x> is a non-negative number, variable or parameter; <ord> is a non-negative integer number, parameter, or variable in the range 2 to 9; <y> is a variable or a parameter (depending on what <x> and <ord> are) where the computed transport integral values are stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET A = TRAN(X,A1) LET X2 = TRAN(X1,4) FOR X1 = 0.1 0.1 3.0
MULTIPLOT CORNER COORDINATES 5 5 95 95 TITLE ORDER 2 PLOT TRAN(X,2) FOR X = 0 0.01 10 TITLE ORDER 3 PLOT TRAN(X,3) FOR X = 0 0.01 10 TITLE ORDER 4 PLOT TRAN(X,4) FOR X = 0 0.01 10 TITLE ORDER 5 PLOT TRAN(X,5) FOR X = 0 0.01 10 END OF MULTIPLOT MOVE 50 97 JUSTIFICATION CENTER TEXT TRANSPORT INTEGRALS
Date created: 6/5/2001 |