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[Tripleint] - inert form of triple integration
Calling Sequence
Tripleint(g, x, y, z)
Tripleint(g, x, y, z, Domain)
Tripleint(g, x = a..b, z = e..f, y = c..d)
Parameters
g
-
expression to be integrated
x, y, z
variables of integration
a, b, c, d, e, f
(optional) lower and upper bounds defining the range of integration
Domain
(optional) name identifying the region of integration
Description
Important: The student package has been deprecated. Use the superseding command Student[MultivariateCalculus][MultiInt] instead.
This function corresponds to a triple integral of g with respect to x, y, and z. It uses an unevaluated form of the Maple int function, so only minor simplifications are performed.
For definite integration, a range of integration (x = a..b) must be indicated for each integration variable.
Alternatively you may use a name to indicate the entire region of integration. This latter form is strictly notational and cannot be evaluated.
Use value to force Tripleint to evaluate like int. The inner Doubleint can be evaluated by using map(value,...)
Examples
See Also
Student, student(deprecated)[Doubleint], student(deprecated)[Int], Student[MultivariateCalculus][MultiInt], Student[VectorCalculus][int], value
Download Help Document