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

Online Help

All Products    Maple    MapleSim


convert/Kelvin

convert special functions admitting 1F1 or 0F1 hypergeometric representation into Kelvin functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, Kelvin)

Parameters

expr

-

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

Description

• 

convert/Kelvin converts, when possible, special functions admitting a 1F1 or 0F1 hypergeometric representation into Kelvin functions. The Kelvin functions are

> 

FunctionAdvisor( Kelvin );

The 6 functions in the "Kelvin" class are:

KelvinBei,KelvinBer,KelvinHei,KelvinHer,KelvinKei,KelvinKer

(1)

Examples

> 

AiryAi⁡z

AiryAi⁡z

(2)
> 

convert⁡&comma;Kelvinassuming0<ℜ⁡z

3⁢z⁢KelvinKer⁡13&comma;13−I3⁢z32⁢2+I⁢KelvinKei⁡13&comma;13−I3⁢z32⁢2⁢3+I6⁢π

(3)

Consider the following expression

> 

sol≔y⁡z=_C1⁢KummerM⁡12+a&comma;1+2⁢a&comma;z+_C2⁢KummerU⁡12+a&comma;1+2⁢a&comma;z

sol≔y⁡z=_C1⁢KummerM⁡12+a&comma;1+2⁢a&comma;z+_C2⁢KummerU⁡12+a&comma;1+2⁢a&comma;z

(4)

where sol is the solution to the following linear differential equation (see dpolyform)

> 

PDEtoolsdpolyform⁡sol&comma;no_Fn

&DifferentialD;2&DifferentialD;z2y⁡z=−2⁢a+z−1⁢&DifferentialD;&DifferentialD;zy⁡zz+1+2⁢a⁢y⁡z2⁢zwhere

(5)

sol can be rewritten using Kelvin functions

> 

convert⁡sol&comma;Kelvin

y⁡z=c__1⁢&ExponentialE;z2⁢Γ⁡1+a⁢KelvinBer⁡a&comma;14−I4⁢z⁢2+I⁢KelvinBei⁡a&comma;14−I4⁢z⁢2⁢2aI2⁢za+c__2⁢π⁢&ExponentialE;z2⁢2a⁢KelvinBer⁡a&comma;14−I4⁢z⁢2I2⁢za⁢2−1+2⁢a−I2⁢za⁢21+2⁢a⁢KelvinBer⁡−a&comma;14−I4⁢z⁢2z2⁢a⁢2a−I⁢KelvinBei⁡−a&comma;14−I4⁢z⁢2⁢I2⁢za⁢21+2⁢az2⁢a⁢2a+I⁢KelvinBei⁡a&comma;14−I4⁢z⁢2⁢2aI2⁢za⁢2−1+2⁢a4⁢sin⁡π⁢1+a

(6)
> 

collect⁡&comma;KelvinBer&comma;KelvinBei&comma;simplify

y⁡z=I⁢z−a⁢&ExponentialE;z2⁢4a⁢c__1⁢Γ⁡1+a−c__2⁢π⁢csc⁡π⁢a2⁢KelvinBer⁡a&comma;14−I4⁢z⁢2+c__2⁢z−2⁢a⁢π⁢I⁢za⁢&ExponentialE;z2⁢csc⁡π⁢a⁢KelvinBer⁡−a&comma;14−I4⁢z⁢22+I⁢I⁢z−a⁢&ExponentialE;z2⁢4a⁢c__1⁢Γ⁡1+a−c__2⁢π⁢csc⁡π⁢a2⁢KelvinBei⁡a&comma;14−I4⁢z⁢2+I⁢c__2⁢z−2⁢a⁢π⁢I⁢za⁢&ExponentialE;z2⁢csc⁡π⁢a⁢KelvinBei⁡−a&comma;14−I4⁢z⁢22

(7)

See Also

convert

convert/to_special_function

FunctionAdvisor