Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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