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
trigsubs - 三角関数の恒等式を扱う
使い方
trigsubs(expr)
trigsubs(s)
trigsubs(s, expr)
パラメータ
expr - 式
s - 等式
説明
関数 trigsubs は有効な三角関数の恒等式のテーブルを扱います。
trigsubs が 1 つの引数 0 で呼び出されると、この手続きが知っている関数の集合が返されます。
trigsubs が 1 つの三角式 expr で呼び出されると、expr に等しい三角式のリストを返します。
trigsubs が三角関数の恒等式を表す 1 つの等式 s で呼び出されると、これがテーブルに属していると文字列 `found` が返され、そうでなければ `not found` が返されます。
trigsubs が 2 つの引数で呼び出されると、恒等式 s がテーブルに属するかどうかをチェックします。含まれる場合、関数はこの恒等式を expr に提供して結果を返します。そうでない場合、関数はエラーメッセージを返します。
この手続きが知らない恒等式を代入するには subs を使います。
例
trigsubs(0);
trigsubs(cos(a+b*w));
trigsubs(cos(w) = sin(w));
trigsubs(cos(w) = sin(w), 1);
Error, (in trigsubs) not found in table - use subs to over ride
trigsubs(sin(2*z) = 2*cos(z)*sin(z), sin(2*z)*cos(z));
参照
subs
Download Help Document