RealBox
Hypergeom
hypergeometric functions for RealBox objects
hypergeom
compute the hypergeometric function of a RealBox object
CoulombF
compute the Coulomb F function of a RealBox object
CoulombG
compute the Coulomb G function of a RealBox object
HermiteH
compute the Hermite H function of a RealBox object
ChebyshevT
compute the Chebyshev T function of a RealBox object
ChebyshevU
compute the Chebyshev U function of a RealBox object
JacobiP
compute the Jacobi P function of a RealBox object
GegenbauerP
compute the Gegenbauer C function of a RealBox object
LaguerreL
compute the Laguerre L function of a RealBox object
LegendreP
compute the Legendre P function of a RealBox object
KummerU
compute the Kummer U function of a RealBox object
KummerM
compute the Kummer M function of a RealBox object
Calling Sequence
Parameters
Description
Examples
Compatibility
hypergeom( aL, bL, c )
ChebyshevT( a, b )
ChebyshevU( a, b )
CoulombF( a, b, c )
CoulombG( a, b, c )
HermiteH( a, b )
JacobiP( n, a, b, c )
KummerU( a, b, c )
KummerM( a, b, c )
GegenbauerC( n, a, b )
LaguerreL( a, b, c )
LegendreP( a, b )
LegendreP( a, b, c )
a
-
RealBox object
b
c
n
aL
list of RealBox objects
bL
precopt
(optional) equation of the form precision = n, where n is a positive integer
A number of hypergeometric functions are defined for RealBox objects:
GegenbauerC
They override the standard Maple procedures for RealBox 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.
hypergeom⁡,RealBox⁡2,RealBox⁡2.3
⟨RealBox: 2.68583±1.856ⅇ-09⟩
a≔RealBox⁡1.1
a≔⟨RealBox: 1.1±1.16415ⅇ-10⟩
b≔RealBox⁡2.3
b≔⟨RealBox: 2.3±2.32831ⅇ-10⟩
c≔RealBox⁡−7.654
c≔⟨RealBox: -7.654±4.65661ⅇ-10⟩
n≔RealBox⁡5
n≔⟨RealBox: 5±0⟩
t≔RealBox⁡2.0
t≔⟨RealBox: 2±0⟩
hypergeom⁡1,2,3,4,b
⟨RealBox: 1.57075±1.41963ⅇ-09⟩
CoulombF⁡RealBox⁡0,RealBox⁡0,RealBox⁡π
⟨RealBox: -1.06352ⅇ-10±1.00863ⅇ-08⟩
CoulombG⁡n,a,b
⟨RealBox: 74.681±1.50885ⅇ-06⟩
ChebyshevT⁡a,b
⟨RealBox: 2.63169±2.3599ⅇ-09⟩
ChebyshevU⁡a,b
⟨RealBox: 5.33486±1.14856ⅇ-08⟩
GegenbauerC⁡n,a,b
⟨RealBox: 2110.19±6.35073ⅇ-06⟩
JacobiP⁡n,a,b,c
⟨RealBox: -1.32471ⅇ+06±0.0128264⟩
KummerU⁡a,c,b
⟨RealBox: 0.0698887±1.51965ⅇ-08⟩
KummerM⁡a,c,b
⟨RealBox: 4.06526±7.20886ⅇ-08⟩
LaguerreL⁡n,a,b
⟨RealBox: 0.288414±1.21033ⅇ-07⟩
LegendreP⁡a,b
⟨RealBox: 2.56247±3.65995ⅇ-09⟩
LegendreP⁡n,a,b
⟨RealBox: 2314.71±1.40768ⅇ-05⟩
The RealBox[Hypergeom], RealBox:-hypergeom, RealBox:-CoulombF, RealBox:-CoulombG, RealBox:-HermiteH, RealBox:-ChebyshevT, RealBox:-ChebyshevU, RealBox:-JacobiP, RealBox:-GegenbauerP, RealBox:-LaguerreL, RealBox:-LegendreP, RealBox:-KummerU and RealBox:-KummerM commands were introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
ComplexBox
ComplexBox[Hypergeom]
Download Help Document