convert/csccot
convert trigonometric functions to csc, cot, csch, coth
Calling Sequence
Parameters
Description
Examples
convert( expr, csccot )
convert( expr, csccot, x )
expr
-
any expression
x
(optional) name or list or set of names
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.
convert⁡cos⁡x,csccot
cot⁡xcsc⁡x
convert⁡sech⁡x,csccot
csch⁡xcoth⁡x
convert⁡tan⁡tan⁡x⁢sech⁡a⁢cos⁡b,csccot,b,x
cot⁡bcot⁡sech⁡acot⁡x⁢csc⁡b
See Also
convert/exp
convert/expsincos
convert/sectan
convert/sincos
depends
Download Help Document