Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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