|
Calling Sequence
|
|
GAMMA( b )
lnGAMMA( b )
rGAMMA( b )
Psi( b )
Zeta( b )
Ei( b )
Si( b )
Ci( b )
Shi( b )
Chi( b )
Li( b )
dilog( b )
BesselI( a, b )
BesselJ( a, b )
BesselK( a, b )
BesselY( a, b )
HermiteH( a, b )
ChebyshevT( a, b )
ChebyshevU( a, b )
|
|
Parameters
|
|
a
|
-
|
ComplexBox object
|
b
|
-
|
ComplexBox object
|
precopt
|
-
|
(optional) equation of the form precision = n, where n is a positive integer
|
|
|
|
|
Description
|
|
•
|
The following special functions are defined as methods for ComplexBox objects.
|
GAMMA
|
lnGAMMA
|
rGAMMA
|
Psi
|
Zeta
|
dilog
|
Ei
|
Si
|
Ci
|
Li
|
Shi
|
Chi
|
BesselI
|
BesselJ
|
BesselK
|
BesselY
|
HermiteH
|
|
ChebyshevT
|
ChebyshevU
|
|
|
|
•
|
They override the standard Maple procedures for ComplexBox objects.
|
•
|
Use the 'precision' = n option to control the precision used in these methods. For more details on precision, see BoxPrecision.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
| (3) |
| (4) |
| (5) |
| (6) |
| (7) |
Note that arblib uses a different definitino for dilog; this has been corrected for in the external code.
| (8) |
| (9) |
| (10) |
| (11) |
| (12) |
| (13) |
| (14) |
| (15) |
| (16) |
| (17) |
| (18) |
| (19) |
| (20) |
| (21) |
|
|
Compatibility
|
|
•
|
The ComplexBox[Special], ComplexBox:-GAMMA, ComplexBox:-lnGAMMA, ComplexBox:-rGAMMA, ComplexBox:-Psi, ComplexBox:-Zeta, ComplexBox:-Ei, ComplexBox:-Si, ComplexBox:-Ci, ComplexBox:-Shi, ComplexBox:-Chi, ComplexBox:-Li, ComplexBox:-dilog, ComplexBox:-BesselI, ComplexBox:-BesselJ, ComplexBox:-BesselK, ComplexBox:-BesselY, ComplexBox:-HermiteH, ComplexBox:-ChebyshevT and ComplexBox:-ChebyshevU commands were introduced in Maple 2022.
|
|
|
|