Student[MultivariateCalculus][ApproximateIntTutor] - plot or animate the approximation of an integral
|
Calling Sequence
|
|
ApproximateIntTutor()
ApproximateIntTutor(f(x,y), x=a..b, y=c..d, z=e..f, coordinates)
|
|
Parameters
|
|
f(x, y)
|
-
|
(optional) algebraic expression in two variables
|
a..b, c..d
|
-
|
(optional) intervals
|
x, y
|
-
|
(optional) variable
|
z=e..f
|
-
|
(optional) range for plot
|
coordinates
|
-
|
(optional) specify the coordinate system
|
|
|
|
|
Description
|
|
•
|
The ApproximateIntTutor(f(x,y)) calling sequence launches a tutor interface that computes, plots, and animates approximated definite integrals of f(x,y) on the interval x=a..b and y=c..d.
|
|
If f(x,y), x=a..b, y=c..d, and coordinates are not specified, ApproximateIntTutor uses default parameters.
|
•
|
The coordinates option can be set to either or . If polar is specified, the first variable is assumed to be the radial component. The default is cartesian.
|
•
|
When the ApproximateIntTutor is running, interaction with the worksheet is not possible.
|
|
|
Download Help Document
Was this information helpful?