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
sin, cos, ... - 三角関数
sinh, cosh, ... - 双曲線関数
使い方
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 - 式
説明
すべての三角関数と双曲線関数の引数は、ラジアンを用いて与える必要があります (1 ラジアン = 180/Pi 度)。
Maple はまた、一般的な三角関数と双曲線関数の恒等式の大部分を適用する、簡単化と展開に関する手段が提供されています。三角関数の式を他の形に変換する変換ルーチンも利用できます。次の 3 つの例があります。(1) 任意の三角関数の式の sin と cos だけからなる式への変換ができます。(2) exp(x) を含む式の双曲線関数の形への変換ができます。(3) q を有理数として q Pi の形の引数を持つ三角関数を混合の形に変換することもある場合にはできます。詳細は、convert を参照して下さい。
三角関数の展開や単純化についての情報は、expand, factor, combine[trig], simplify[trig] を参照して下さい。
例
sin(0);
cos(Pi);
coth(3.1+2.5*I);
expand(sin(x+y));
combine(%,trig);
convert(tanh(x),exp);
D(sin);
sin(7 / 60 * Pi);
convert(%,'radical');
参照
invtrig, invfunc, inifcns, type[trig]
Download Help Document