DiffTutor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[Calculus1][DiffTutor] - solve a differentiation problem step-by-step

Calling Sequence

DiffTutor(f, var)

Parameters

f

-

(optional) algebraic expression in one variable var

var

-

(optional) variable

Description

• 

The DiffTutor(f) command launches a tutor interface that solves the differentiation of f with respect to var, step-by-step.  If f is either an expression of the form Diff(g, ...) or a call diff(g, ...) that Maple returns unevaluated, the tutor solves the differentiation of g.

  

If f is not specified, DiffTutor uses a default function.

  

If var is not specified, the differentiation 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

withStudentCalculus1:

DiffTutor

DiffTutorxcosx

DiffTutorxcosx,x

See Also

equation label, Student, Student[Calculus1], Student[Calculus1][DiffRules], Student[Calculus1][InteractiveOverview], Student[Calculus1][SingleStepOverview]