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

Online Help

All Products    Maple    MapleSim


convert/trig

convert exponentials and special functions into trigonometric functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, trig)

Parameters

expr

-

Maple expression, equation, or a set or list of them

Description

• 

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.

Examples

> 

12⁢exp⁡x+12⁢exp⁡−x

ⅇx2+ⅇ−x2

(1)
> 

convert⁡,trig

cosh⁡x

(2)
> 

π12⁢MeijerG⁡,,12,0,14⁢x4⁢MeijerG⁡,,0,,−x

π⁢MeijerG⁡,,12,0,x44⁢MeijerG⁡,,0,,−x

(3)
> 

convert⁡,trig

x4⁢sin⁡x2⁢cosh⁡x+sinh⁡xx2

(4)

See Also

convert

convert/to_special_function

FunctionAdvisor