convert/sectan - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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