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[MultivariateCalculus][MultiInt] - return the integral of a function defined over a region
Calling Sequence
MultiInt(f(x,y), x=a..b, y=c..d, opts)
MultiInt(f(x,y,z), x=a..b, y=c..d, z=e..f, opts)
Parameters
f(x, y), f(x, y, z)
-
algebraic expressions
x, y, z
name; specify the 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 MultiInt command returns the integral of a function over a region in 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], 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, integral or steps
This option controls the return value of the function.
* output = value specifies that the value of the integral is returned. The default is output = value.
* output = integral specifies that the inert form of the integral is shown.
* output = steps specifies that the intermediate steps of solving the multiple integral are shown.
Examples
See Also
Student, Student[MultivariateCalculus]
Download Help Document