Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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