1F1 - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


convert/1F1

convert to special functions admitting a 1F1 hypergeometric representation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, `1F1`)

Parameters

expr

-

a Maple expression, equation, or a set or list of them.

Description

• 

convert/1F1 converts, when possible, hypergeometric, MeijerG, and special functions admitting a 0F1 hypergeometric representation into special functions admitting a 1F1 hypergeometric representation; that is, into one of

> 

FunctionAdvisor( `1F1` );

The 20 functions in the "1F1" class are particular cases of the hypergeometric function and are given by:

CoulombF,CylinderD,CylinderU,CylinderV,Ei,FresnelC,FresnelS,Fresnelf,Fresnelg,Γ,HermiteH,KummerM,KummerU,LaguerreL,WhittakerM,WhittakerW,dawson,erf,erfc,erfi

(1)
• 

convert/1F1 accepts as optional arguments all those described in convert/to_special_function.

Examples

> 

BesselI⁡a,I⁢z

BesselI⁡a,I⁢z

(2)
> 

convert⁡,`1F1`

I⁢za⁢LaguerreL⁡−12−a,2⁢a,2⁢I⁢zΓ⁡a+1⁢2a⁢−12+a−12−a⁢ⅇI⁢z

(3)
> 

hypergeom⁡,c,z

hypergeom⁡,c,z

(4)
> 

convert⁡,`1F1`

LaguerreL⁡12−c,−2+2⁢c,4⁢zc−3212−c⁢ⅇ2⁢z

(5)
> 

MeijerG⁡,,12⁢a,−12⁢a,,14⁢z2

MeijerG⁡,,a2,−a2,,z24

(6)
> 

convert⁡,`1F1`

Γ⁡a⁢LaguerreL⁡−12+a,−2⁢a,2⁢zz24a2⁢−12−a−12+a⁢ⅇz+Γ⁡−a⁢z24a2⁢LaguerreL⁡−12−a,2⁢a,2⁢z−12+a−12−a⁢ⅇz

(7)
> 

BesselJ⁡a,z+KelvinBei⁡a−1,z−1

BesselJ⁡a,z+KelvinBei⁡a−1,z−1

(8)
> 

convert⁡,`1F1`

za⁢LaguerreL⁡−12−a,2⁢a,2⁢I⁢zΓ⁡a+1⁢2a⁢−12+a−12−a⁢ⅇI⁢z−I⁢ⅇ12+I2⁢z−1⁢2⁢−12+I2⁢z−1⁢2a−1⁢LaguerreL⁡12−a,2⁢a−2,−1−I⁢z−1⁢2Γ⁡a⁢−32+a12−a⁢2a+I⁢−12−I2⁢z−1⁢2a−1⁢LaguerreL⁡12−a,2⁢a−2,−1+I⁢z−1⁢2⁢ⅇ12−I2⁢z−1⁢2Γ⁡a⁢−32+a12−a⁢2a

(9)

See Also

convert

convert/`0F1`

convert/`2F1`

convert/to_special_function

FunctionAdvisor