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.
convertcotx,sincos
cosxsinx
converttanhx,sincos
sinhxcoshx
convertsecsecxcothatanb,sincos,b,x
sinbcoscothacosxcosb
See Also
convert/csccot
convert/exp
convert/expsincos
convert/sectan
depends
Download Help Document