convert/sectan
convert trigonometric functions to sec, tan, sech, tanh
Calling Sequence
Parameters
Description
Examples
convert( expr, sectan )
convert( expr, sectan, x )
expr
-
any expression
x
(optional) name or list or set of names
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.
convert⁡sin⁡x,sectan
tan⁡xsec⁡x
convert⁡csch⁡x,sectan
sech⁡xtanh⁡x
convert⁡cot⁡cot⁡x⁢csch⁡a⁢sin⁡b,sectan,b,x
tan⁡btan⁡csch⁡atan⁡x⁢sec⁡b
See Also
convert/csccot
convert/exp
convert/expsincos
convert/sincos
depends
Download Help Document