convert/Legendre
convert special functions admitting 2F1 hypergeometric representation into Legendre functions
Calling Sequence
Parameters
Description
Examples
convert(expr, Legendre)
expr
-
Maple expression, equation, or a set or list of them
convert/Legendre converts, when possible, special functions admitting a 2F1 hypergeometric representation into Legendre functions. The Legendre functions are
FunctionAdvisor( Legendre );
The 2 functions in the "Legendre" class are:
LegendreP,LegendreQ
arccoth⁡z
convert⁡,Legendre
LegendreQ⁡0,1z+π⁢−z−122⁢z−1
z+112⁢bz−112⁢b⁢Γ⁡a+1Γ⁡1−b+a⁢JacobiP⁡a,−b,b,z
z+1b2⁢Γ⁡a+1⁢JacobiP⁡a,−b,b,zz−1b2⁢Γ⁡1−b+a
Γ⁡a+1⁢a−b−b⁢Γ⁡−b+1⁢LegendreP⁡a,b,zΓ⁡1−b+a
MeijerG⁡−12⁢a−12⁢b,12−12⁢a−12⁢b,,0,−12−a,−1z2
MeijerG⁡−a2−b2,12−a2−b2,,0,−12−a,−1z2
2⁢z1+a+b⁢LegendreQ⁡a,b,z2b⁢z+1b2⁢z−1b2⁢ⅇI⁢b⁢π
When converting to a function class, for example, Legendre, it is possible to request additional conversion rules to be performed. For instance, compare these two different outputs:
GegenbauerC⁡a,12,z
LegendreP⁡a,z
convert⁡,Legendre,raise a
3+2⁢a⁢z⁢LegendreP⁡a+1,za+1−a+2⁢LegendreP⁡a+2,za+1
See Also
convert
convert/to_special_function
FunctionAdvisor
Download Help Document