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[leftsum] - 積分の数値近似
使い方
leftsum(f(x), x=a..b)
leftsum(f(x), x=a..b, n)
パラメータ
f(x) - x についての代数式
x - 積分変数
a - 積分の上限
b - 積分の下限
n - 使用する長方形の数を指定します (オプション)
説明
関数 leftsum は、定積分の数値近似を長方形を使って計算します。 各長方形の高さは、各間隔(長方形の幅)の左側での関数の値を使って決定されます。
長方形の数を省略した場合、同じ幅の長方形が 4 つあるものとして計算が行われます。
近似のグラフは leftbox 関数で表示できます。
with(student,leftsum) を実行すると, このコマンドのみを定義できます。
例
with(student): leftsum(x^k*ln(x), x=1..3);
leftsum(sin(x)*x+sin(x), x=1..3, 12);
参照
student, value, leftbox, rightbox, rightsum, simpson, trapezoid, middlebox, middlesum
Download Help Document