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.
convertsinx,sectan
tanxsecx
convertcschx,sectan
sechxtanhx
convertcotcotxcschasinb,sectan,b,x
tanbtancschatanxsecb
See Also
convert/csccot
convert/exp
convert/expsincos
convert/sincos
depends
Download Help Document