InverseTutor - 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][InverseTutor] - plot an expression and its reflection through the line y=x

Calling Sequence

InverseTutor(f, a..b)

InverseTutor(f, var=a..b)

Parameters

f

-

(optional) algebraic expression in one variable var

a..b

-

(optional) interval

var

-

(optional) variable

Description

• 

The InverseTutor(f) command launches a tutor interface that illustrates the inverse of f on the interval a..b.

  

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

  

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

  

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

Examples

withStudentCalculus1:

InverseTutor

InverseTutor1expx

InverseTutor1expx,1..2

InverseTutor1expx,x=1..2

See Also

Student, Student[Calculus1], Student[Calculus1][InteractiveOverview], Student[Calculus1][InversePlot]