|
convert/sincos - convert trig functions to sin, cos, sinh, cosh
|
|
Calling Sequence
|
|
convert( expr, sincos )
convert( expr, sincos, x )
|
|
|
Parameters
|
|
|
expr
|
-
|
any expression
|
|
x
|
-
|
(optional) name or list or set of names
|
|
|
|
|
|
Description
|
|
|
•
|
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.
|
|
|
|
Examples
|
|
|
>
|
|
|
| (1) |
|
>
|
|
|
| (2) |
|
>
|
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?