Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
MTM[cos], MTM[sin], ... - trigonometric functions
MTM[cosh], MTM[sinh], ... - hyperbolic functions
MTM[acosh], MTM[asinh], ... - inverse trigonometric functions
MTM[acosh], MTM[asinh], ... - inverse hyperbolic functions
Calling Sequence
sin(x) cos(x) cot(x) csc(x) sec(x) tan(x)
asin(x) acos(x) acot(x) acsc(x) asec(x) atan(x) atan(x,y)
sinh(x) cosh(x) coth(x) csch(x) sech(x) tanh(x)
asinh(x) acosh(x) acoth(x) acsch(x) asech(x) atanh(x)
Parameters
x
-
array or expression
y
expression
Description
The trigonometric functions:
cosecant
cosine
cotangent
secant
sine
tangent
the trigonometric inverses:
acsc
acos
acot
asec
asin
atan
hyperbolic functions:
csch
cosh
coth
sech
sinh
tanh
and inverse hyperbolic functions:
acsch
acosh
acoth
asech
asinh
atanh
will evaluate by default only when the result is an exact value, or when the input x is a floating point number. Otherwise, for example, when x is a symbolic expression they will remain in function form so that they can be manipulated symbolically by themselves or as part of a larger expression.
If x is an array, the result is an elementwise mapping over x.
Arguments must be given in radians. (1 radian = 180/Pi degrees)
Examples
See Also
invtrig, MTM[expand], MTM[factor], MTM[simplify], trig
Download Help Document