ComplexBox
Hypergeom
hypergeometric functions for ComplexBox objects
hypergeom
compute the hypergeometric function of a ComplexBox object
KummerU
compute the Kummer U function of a ComplexBox object
LegendreP
compute the Legendre P function of a ComplexBox object
LegendreQ
compute the Legendre Q function of a ComplexBox object
Calling Sequence
Parameters
Description
Examples
Compatibility
hypergeom( aL, bL, c )
KummerU( a, b, c )
LegendreP( a, b )
LegendreP( a, b, c )
LegendreQ( a, b )
LegendreQ( a, b, c )
a
-
ComplexBox object
b
c
n
aL
list of ComplexBox objects
bL
precopt
(optional) equation of the form precision = n, where n is a positive integer
Several hypergeometric functions are defined for ComplexBox objects:
They override the standard Maple procedures for ComplexBox objects, or certain special cases of the Maple hypergeom procedure.
Use the 'precision' = n option to control the precision used in these methods. For more details on precision, see BoxPrecision.
The ComplexBox[Hypergeom], ComplexBox:-hypergeom, ComplexBox:-KummerU, ComplexBox:-LegendreP and ComplexBox:-LegendreQ commands were introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
ComplexBox[Special]
RealBox[Special]
Download Help Document