convert/sincos
convert trig functions to sin, cos, sinh, cosh
Calling Sequence
Parameters
Description
Examples
convert( expr, sincos )
convert( expr, sincos, x )
expr
-
any expression
x
(optional) name or list or set of names
convert/sincos converts all trigonometric functions appearing in the expression to sin and cos, and converts all hyperbolic trigonometric functions to sinh and cosh.
If the optional parameter x is specified, then only those functions that depend on the variables in x will be converted.
convert⁡cot⁡x,sincos
cos⁡xsin⁡x
convert⁡tanh⁡x,sincos
sinh⁡xcosh⁡x
convert⁡sec⁡sec⁡x⁢coth⁡a⁢tan⁡b,sincos,b,x
sin⁡bcos⁡coth⁡acos⁡x⁢cos⁡b
See Also
convert/csccot
convert/exp
convert/expsincos
convert/sectan
depends
Download Help Document