convert/csccot - 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/csccot

convert/csccot

convert trigonometric functions to csc, cot, csch, coth

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, csccot )

convert( expr, csccot, x )

Parameters

expr

-

any expression

x

-

(optional) name or list or set of names

Description

• 

convert/csccot converts all trigonometric functions appearing in the expression to csc and cot, and converts all hyperbolic functions to csch and coth.

• 

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

Examples

convertcosx,csccot

cotxcscx

(1)

convertsechx,csccot

cschxcothx

(2)

converttantanxsechacosb,csccot,b,x

cotbcotsechacotxcscb

(3)

See Also

convert/exp

convert/expsincos

convert/sectan

convert/sincos

depends