Student[Calculus1][IntTutor] - solve an integration problem step-by-step
Calling Sequence
IntTutor(f, var)
IntTutor(f, var=a..b)
Parameters
f
-
(optional) algebraic expression in one variable var
var
(optional) variable or integration
a, b
(optional) endpoints of interval on which the integral is taken
Description
The IntTutor(f) command launches a tutor interface that solves the integration of f with respect to var step-by-step. If f is either an expression of the form Int(g, ...) or a call int(g, ...) that Maple returns unevaluated, the tutor solves the integration of g.
If f is not specified, IntTutor uses a default function.
If var is not specified, the integration is performed with respect to one of the variables used in f.
When the tutor is closed, the solution steps displayed in the tutor are re-displayed in the worksheet, with annotations showing the rules applied. Note that this a display only and is not a value which can be further manipulated from within the worksheet. The value returned from the tutor, which can be used (for example, by referencing its equation label), is the state of the problem at the time the tutor was closed.
Examples
with⁡StudentCalculus1:
IntTutor⁡
IntTutor⁡3⁢cos⁡x
IntTutor⁡3⁢cos⁡x,x
See Also
equation label, int, Int, Student, Student[Calculus1], Student[Calculus1][InteractiveOverview], Student[Calculus1][IntRules], Student[Calculus1][SingleStepOverview]
Compatibility
The Student[Calculus1][IntTutor] command was updated in Maple 17.
Download Help Document