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
|
|
•
|
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,...)
|
|
|
Download Help Document
Was this information helpful?