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
Student[MultivariateCalculus][FunctionAverage] - return the average value of a function defined over a region
Calling Sequence
FunctionAverage(f(x), x=a..b, opts)
FunctionAverage(f(x,y), x=a..b, y=c..d, opts)
FunctionAverage(f(x,y,z), x=a..b, y=c..d, z=e..f, opts)
Parameters
f(x), f(x, y), f(x, y, z)
-
algebraic expressions
x, y, z
name; independent variables
a, b, c, d, e, f
algebraic; limits of integration
opts
(optional) equation(s) of the form option=value where option is coordinates or output; specify output options
Description
The FunctionAverage command returns the average value of a function over a region in one-, two-, or three-dimensional space.
The opts argument can contain any of the following equations that set output options.
coordinates = cartesian[x,y], polar[r,theta] (2-D), cartesian[x,y,z], cylindrical[r,theta,z], or spherical[r,phi,theta]
Determines the coordinate system being used. The first variable of polar, cylindrical, and spherical is assumed to be the radial component. The default is cartesian.
output = value or integral
This option controls the return value of the function.
* output = value specifies that the average value of the function is returned. The default is output = value.
* output = integral specifies that the inert form of the function average is returned.
Examples
See Also
Student, Student[MultivariateCalculus]
Download Help Document