convert/elementary
convert special functions in an expression into elementary functions
Calling Sequence
Parameters
Description
Examples
convert(expr, elementary)
expr
-
Maple expression, equation, or a set or list of them
convert/elementary converts, when possible, the special functions in an expression into elementary transcendental functions. The elementary transcendental functions are
FunctionAdvisor( elementary );
The 26 functions in the "elementary" class are:
arccos,arccosh,arccot,arccoth,arccsc,arccsch,arcsec,arcsech,arcsin,arcsinh,arctan,arctanh,cos,cosh,cot,coth,csc,csch,exp,ln,sec,sech,sin,sinh,tan,tanh
hypergeom⁡3,4,9⁢x16
convert⁡,elementary
2−18⁢x16+81⁢x13⁢ⅇ9⁢x16243⁢x−2243⁢x
WhittakerM⁡0,12,z
−2⁢I⁢sin⁡I2⁢z
WhittakerM⁡μ,ν,0
0
Ei⁡−1,z
Ei−1⁡z
ⅇ−z⁢1+zz2
See Also
convert
convert/to_special_function
FunctionAdvisor
Download Help Document