Student[Precalculus][CompositionTutor] - compose two functions
|
Calling Sequence
|
|
CompositionTutor(f, g)
|
|
Parameters
|
|
f
|
-
|
(optional) algebraic expression in at most one variable
|
g
|
-
|
(optional) algebraic expression in at most one variable
|
|
|
|
|
Description
|
|
•
|
The CompositionTutor(f) command launches a tutor interface that composes the function f with the identity function .
|
|
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.
|
|
|