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[NumericalAnalysis][UpperBoundOfRemainderTerm] - compute the upper bound of the remainder term at a given point
Calling Sequence
UpperBoundOfRemainderTerm(p)
UpperBoundOfRemainderTerm(p, pts)
Parameters
p
-
a POLYINTERP structure
pts
(optional) numeric, list(numeric); a point or list of points at which the upper bound(s) of the remainder term are computed
Description
The UpperBoundOfRemainderTerm command returns the value(s) of upper bound of the remainder term of the approximated polynomial at the specified point(s) pts or at the extrapolated point(s) from the POLYINTERP structure, depending on whether pts is specified or not.
The pts must be within the range of the approximating polynomial.
The upper bounds are returned in a list of the form: [[, , [...], ...], = .
The POLYINTERP structure is created using the PolynomialInterpolation command or the CubicSpline command.
In order for the upper bound to be computed, the POLYINTERP structure p must have an associated function, given by the PolynomialInterpolation command.
If the POLYINTERP structure was created with the CubicSpline command, the boundary conditions must be clamped.
Notes
A remainder term is sometimes called an error term.
Examples
See Also
Student[NumericalAnalysis], Student[NumericalAnalysis][ApproximateExactUpperBound], Student[NumericalAnalysis][ApproximateValue], Student[NumericalAnalysis][ComputationOverview], Student[NumericalAnalysis][ExactValue], Student[NumericalAnalysis][PolynomialInterpolation], Student[NumericalAnalysis][RemainderTerm]
Download Help Document