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
Maplets[Examples][Integration] - 積分に関する maplet インタフェースの表示
使い方
Integration(integrand, var)
パラメータ
integrand - (オプション) 代数式
var - (オプション) 変数名 または 変数名 = 範囲; 積分変数
説明
Integration() コマンドは、ユーザに定積分と不定積分の選択を尋ねる maplet を表示します。その選択に応じて、適切な積分の maplet が表示されます。その maplet を閉じる( OK をクリックする)と、積分の結果が Maple のワークシートへ返されます。
定積分では、Cauchy の主値積分を使用すること、およびその関数が連続的であることを示すオプションが、与えられます。
この関数が被積分関数をもって呼び出されると、その値は適切なテキストフィールドに置かれます。2つめの引数が与えられると、積分の型はその引数から判定されます。
Integration sample maplet worksheet に、Maplets[Elements] パッケージを用いてこのルーチンと同様の動作を行う maplet を書く方法について、記述されています。
例
with(Maplets[Examples]): Integration(sin(x^3)*x^2);
参照
int, Integration Sample Maplet, Maplets パッケージの概要, Maplets[Examples] パッケージの紹介
Download Help Document