convert/exp
convert trig functions to exponentials
Calling Sequence
Parameters
Description
Examples
convert(expr, exp)
expr
-
expression with trigonometric functions
The convert/exp function converts all trigonometric functions appearing in the expression to their corresponding exponential form.
convert⁡sin⁡x,exp
−I2⁢ⅇI⁢x−ⅇ−I⁢x
convert⁡tanh⁡x,exp
ⅇx−ⅇ−xⅇx+ⅇ−x
convert⁡exp⁡x2−2⁢sinh⁡x2,exp
ⅇ−x2
See Also
convert
convert/expsincos
convert/ln
convert/sincos
Download Help Document