sin, cos, ...
The Trigonometric functions
sinh, cosh, ...
The Hyperbolic functions
Calling Sequence
Parameters
Description
Examples
sin(x) cos(x) tan(x)
sec(x) csc(x) cot(x)
sinh(x) cosh(x) tanh(x)
sech(x) csch(x) coth(x)
x
-
expression
Arguments for all trigonometric functions
cosecant
cosine
cotangent
secant
sine
tangent
and hyperbolic functions
csch
cosh
coth
sech
sinh
tanh
must be given in radians. (1 radian = 180/Pi degrees).
For trigonometric functions that accept arguments in degrees, see trigd.
Maple also provides simplification and expansion procedures that apply most of the common trigonometric and hyperbolic identities. Also available are conversion routines that will convert trigonometric expressions to other forms. Three examples are that (1) any trigonometric expression can be converted to an expression in terms of only sin and cos, (2) expressions involving exp(x) can be converted to their hyperbolic forms, and (3) a trigonometric function with an argument of the form q⁢π, where q is a rational, can in some cases be converted to radical form. For more help, see convert.
For information about expanding and simplifying trigonometric expressions, see expand, factor, combine/trig, and simplify/trig.
Evaluating trigonometric expressions.
sin⁡0
0
cos⁡π3
12
sec⁡π3
2
coth⁡3.1+2.5⁢I
1.001144421+0.003896610899⁢I
sin⁡760⁢π
sin⁡7⁢π60
r≔convert⁡,radical
r≔38+18⁢5−5−2⁢5+1⁢316+2⁢5+116
evalf⁡r
0.3583679496
Expanding and simplifying trigonometric functions.
simplify⁡sin⁡x2+cos⁡x2,trig
1
expand⁡sin⁡x+y
sin⁡x⁢cos⁡y+cos⁡x⁢sin⁡y
combine⁡,trig
sin⁡x+y
expand⁡sin⁡2⁢x
2⁢sin⁡x⁢cos⁡x
Other operations involving trigonometric functions.
convert⁡tanh⁡x,exp
ⅇx−ⅇ−xⅇx+ⅇ−x
D⁡tan
tan2+1
int⁡sec⁡x,x
ln⁡sec⁡x+tan⁡x
solve⁡csc⁡x=1,x
π2
discont⁡tan⁡x+π2,x
π⁢_Z1~
See Also
combine/trig
convert
discont
expand
factor
initialfunctions
invfunc
invtrig
RealDomain
simplify/trig
solve
type/trig
Download Help Document