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
IntegrationTools[GetIntegrand] - extract the integrand from an integral
IntegrationTools[GetRange] - extract the range from a definite integral
IntegrationTools[GetVariable] - extract the variable of integration from an integral
IntegrationTools[GetOptions] - extract the option of integration from an integral
IntegrationTools[GetParts] - extract the parts of an integral as a list
Calling Sequence
GetIntegrand(v)
GetRange(v)
GetVariable(v)
GetOptions(v)
GetParts(v)
Parameters
v
-
definite or indefinite integral
Description
The GetIntegrand command extracts the integrand from a definite or indefinite integral.
The GetRange command extracts the range(s) from a definite integral.
The GetVariable command extracts the variable(s) of integration from a definite or indefinite integral.
The GetOptions command extracts any optional arguments from a definite integral.
The GetParts command extracts all of the above parts as a list [Integrand, [Variable(s)], [Range(s)], [Option(s)]].
Examples
Here is an example of a nested integral.
The same example given as a multiple integral.
Error, invalid input: IntegrationTools:-GetVariable expects its 1st argument, v, to be of type Integral, but received sin(x)
See Also
IntegrationTools
Download Help Document