convert/sectan - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : convert/sectan

convert/sectan

convert trigonometric functions to sec, tan, sech, tanh

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, sectan )

convert( expr, sectan, x )

Parameters

expr

-

any expression

x

-

(optional) name or list or set of names

Description

• 

convert/sectan converts all trigonometric functions appearing in the expression to sec and tan, and converts all hyperbolic functions to sech and tanh.

• 

If the optional parameter x is specified, then only those functions that depend on the variables in x will be converted.

Examples

convertsinx,sectan

tanxsecx

(1)

convertcschx,sectan

sechxtanhx

(2)

convertcotcotxcschasinb,sectan,b,x

tanbtancschatanxsecb

(3)

See Also

convert/csccot

convert/exp

convert/expsincos

convert/sincos

depends