Student[Precalculus][CompositionTutor] - compose two functions
Calling Sequence
CompositionTutor(f, g)
Parameters
f
-
(optional) algebraic expression in at most one variable
g
Description
The CompositionTutor(f) command launches a tutor interface that composes the function f with the identity function x.
If f is not specified, CompositionTutor uses a default function.
The CompositionTutor(f, g) command launches a tutor interface that composes the functions f and g.
If f and g are not specified, CompositionTutor uses default functions.
If an expression in one variable is specified, the tutor replaces the variable name with x.
Examples
with⁡StudentPrecalculus:
CompositionTutor⁡
CompositionTutor⁡x3+2,1x2
See Also
Student, Student[Precalculus], Student[Precalculus][CompositionPlot], Student[Precalculus][InteractiveOverview]
Download Help Document