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[rightsum] - numerical approximation to an integral
Calling Sequence
rightsum(f(x), x=a..b)
rightsum(f(x), x=a..b, n)
Parameters
f(x)
-
algebraic expression in x
x
variable of integration
a
lower bound on the range of integration
b
upper bound on the range of integration
n
(optional) indicates the number of rectangles to use
Description
Important: The student package has been deprecated. Use the superseding command Student[Calculus1][RiemannSum] instead.
The function rightsum computes a numerical approximation to an integral using rectangles. The height of each rectangle (box) is determined by the value of the function at the right side of each interval.
Four equal-sized intervals are used by default.
A graph of the approximation can be obtained by the Maple procedure rightbox.
The command with(student,rightsum) allows the use of the abbreviated form of this command.
Examples
See Also
Student, student(deprecated)[leftbox], student(deprecated)[leftsum], student(deprecated)[middlebox], student(deprecated)[middlesum], student(deprecated)[rightbox], student(deprecated)[simpson], student(deprecated)[trapezoid], Student[Calculus1][RiemannSum], Student[Calculus1][RightRiemannSum], value
Download Help Document