Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Boole's Rule
Calling Sequence
ApproximateInt(f(x), x = a..b, method = boole, opts)
ApproximateInt(f(x), a..b, method = boole, opts)
ApproximateInt(Int(f(x), x = a..b), method = boole, opts)
Parameters
f(x)
-
algebraic expression in variable 'x'
x
name; specify the independent variable
a, b
algebraic expressions; specify the interval
opts
equation(s) of the form option=value where option is one of boxoptions, functionoptions, iterations, method, outline, output, partition, pointoptions, refinement, showarea, showfunction, showpoints, subpartition, view, or Student plot options; specify output options
Description
The ApproximateInt(f(x), x = a..b, method = boole, opts) command approximates the integral of f(x) from a to b by using Boole's rule. The first two arguments (function expression and range) can be replaced by a definite integral.
If the independent variable can be uniquely determined from the expression, the parameter x need not be included in the calling sequence.
Given a partition of the interval , Boole's rule approximates the integral on each subinterval by integrating the quartic function that interpolates five equally spaced points in that subinterval.
In the case that the widths of the subintervals are equal, the approximation can be written as
Traditionally, Boole's rule is written as: given N, where N is a positive multiple of 3, and given equally spaced points , an approximation to the integral is
By default, the interval is divided into equal-sized subintervals.
For the options opts, see the ApproximateInt help page.
This rule can be applied interactively, through the ApproximateInt Tutor.
This rule is also sometimes known as Bode's Rule, due to a misattribution in the literature. The command will accept either or method=bode.
Examples
See Also
int, Newton-Cotes Rules, Simpson's 3/8 Rule, Simpson's Rule, Student, Student plot options, Student[Calculus1], Student[Calculus1][ApproximateInt], Student[Calculus1][ApproximateIntTutor], Student[Calculus1][RiemannSum], Student[Calculus1][VisualizationOverview], Trapezoidal Rule
Download Help Document