CompositionTutor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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 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

withStudentPrecalculus:

CompositionTutor

CompositionTutorx3+2,1x2

See Also

Student, Student[Precalculus], Student[Precalculus][CompositionPlot], Student[Precalculus][InteractiveOverview]