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
student[middlebox] - 積分の近似をグラフ化
使い方
middlebox(f(x), x=a..b, <plot options>)
middlebox(f(x), x=a..b, n, 'shading'=<color>, <plot options>)
パラメータ
f(x) - x の代数式
x - 積分変数
a - 積分の左端
b - 積分の右端
n - (オプション) 使用する矩形の個数を指示する
color - 矩形に影を付けるのに使う色を指示する
plot options - (オプション) 付加的なプロットオプション。?plot,options を参照
説明
関数 middelbox は定積分を近似するのに使われる長方形状の箱のプロットを生成します。各矩形 (箱) の高さは、各区間の中点での関数の値により決定されます。
デフォルトでは 4 個の区間が使われます。
対応する数値近似の値は、Maple の手続き middlesum により得られます。
コマンド with(student,middlebox) により、このコマンドの省略形を使うことができます。
例
with(student): middlebox(x^4*ln(x), x=2..4, color=YELLOW); middlebox(sin(x)*x+sin(x), x=0..2*Pi, 5, shading=BLUE); middlebox(sin(x)*x+sin(x), x=0..2*Pi, 5, color=GREEN);
参照
student, leftsum, leftbox, rightbox, rightsum, simpson, trapezoid, middlesum, plot[options]
Download Help Document