exponentials - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


convert/exp

convert trig functions to exponentials

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, exp)

Parameters

expr

-

expression with trigonometric functions

Description

• 

The convert/exp function converts all trigonometric functions appearing in the expression to their corresponding exponential form.

Examples

> 

convert⁡sin⁡x,exp

−I2⁢ⅇI⁢x−ⅇ−I⁢x

(1)
> 

convert⁡tanh⁡x,exp

ⅇx−ⅇ−xⅇx+ⅇ−x

(2)
> 

convert⁡exp⁡x2−2⁢sinh⁡x2,exp

ⅇ−x2

(3)

See Also

convert

convert/expsincos

convert/ln

convert/sincos