convert/trig
convert exponentials and special functions into trigonometric functions
Calling Sequence
Parameters
Description
Examples
convert(expr, trig)
expr
-
Maple expression, equation, or a set or list of them
convert/trig converts the exponentials in an expression as well as the special functions when possible into trigonometric functions, that is, into any of sin,cos,tan,sec,csc,cot,sinh,cosh,tanh,sech,csch,coth.
12⁢exp⁡x+12⁢exp⁡−x
ⅇx2+ⅇ−x2
convert⁡,trig
cosh⁡x
π12⁢MeijerG⁡,,12,0,14⁢x4⁢MeijerG⁡,,0,,−x
π⁢MeijerG⁡,,12,0,x44⁢MeijerG⁡,,0,,−x
x4⁢sin⁡x2⁢cosh⁡x+sinh⁡xx2
See Also
convert
convert/to_special_function
FunctionAdvisor
Download Help Document