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

Online Help

All Products    Maple    MapleSim


convert/trigh

convert exponentials and special functions into hyperbolic functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, trigh)

Parameters

expr

-

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

Description

• 

convert/trigh converts the exponentials in an expression as well as the special functions when possible into hyperbolic functions, that is, into any of sinh,cosh,tanh,sech,csch,coth.

Examples

> 

exp⁡x

ⅇx

(1)
> 

convert⁡,trigh

cosh⁡x+sinh⁡x

(2)
> 

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

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

(3)
> 

convert⁡,trigh

−I⁢x4⁢sinh⁡I⁢x2⁢cosh⁡xx2−I⁢x4⁢sinh⁡I⁢x2⁢sinh⁡xx2

(4)

See Also

convert

convert/to_special_function

FunctionAdvisor