DerivativeTutor - 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][DerivativeTutor] - plot an expression and its derivative

Calling Sequence

DerivativeTutor(f, a..b)

DerivativeTutor(f, var=a..b)

Parameters

f

-

(optional) algebraic expression in one variable var

a..b

-

(optional) interval

var

-

(optional) variable

Description

• 

The DerivativeTutor(f) command launches a tutor interface that plots the derivatives of f on the interval a..b.  If f is a derivative Diff(g) or diff(g), the tutor plots the derivatives of g on a..b.

  

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

  

If a..b is not specified, DerivativeTutor uses a default interval.

  

If var is not specified, DerivativeTutor uses a default variable.

Examples

withStudentCalculus1:

DerivativeTutor

DerivativeTutorxsinx

DerivativeTutorxsinx,2π..2π

DerivativeTutorxsinx,x=2π..2π

See Also

Student, Student[Calculus1], Student[Calculus1][DerivativePlot], Student[Calculus1][InteractiveOverview]