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.
1⁢ⅇx2+1⁢ⅇ−x2
ⅇx2+ⅇ−x2
convert⁡,trig
cosh⁡x
Pi12⁢MeijerG⁡,,12,0,1⁢x44⁢MeijerG⁡,,0,,−x
π⁢MeijerG⁡,,12,0,x44⁢MeijerG⁡,,0,,−x
4⁢x4⁢sin⁡x2⁢cosh⁡x+sinh⁡x2⁢x2
See Also
convert
convert/to_special_function
FunctionAdvisor
Download Help Document