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
with⁡StudentCalculus1:
InverseTutor⁡
InverseTutor⁡1−exp⁡x
InverseTutor⁡1−exp⁡x,1..2
InverseTutor⁡1−exp⁡x,x=1..2
See Also
Student, Student[Calculus1], Student[Calculus1][InteractiveOverview], Student[Calculus1][InversePlot]
Download Help Document