CurveAnalysisTutor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Student[Calculus1][CurveAnalysisTutor] - analyze the graph of a function

Calling Sequence

CurveAnalysisTutor(f, a..b)

CurveAnalysisTutor(f, var=a..b)

Parameters

f

-

(optional) algebraic expression in one variable var

a..b

-

(optional) interval

var

-

(optional) variable

Description

• 

The CurveAnalysisTutor(f) command launches a tutor interface that analyzes the graph of f on the interval a..b.

  

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

  

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

  

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

Examples

withStudentCalculus1:

CurveAnalysisTutor

CurveAnalysisTutorxsinx

CurveAnalysisTutorxsinx,2π..2π

CurveAnalysisTutorxsinx,x=2π..2π

See Also

Student, Student[Calculus1], Student[Calculus1][Asymptotes], Student[Calculus1][CriticalPoints], Student[Calculus1][ExtremePoints], Student[Calculus1][FunctionChart], Student[Calculus1][InflectionPoints], Student[Calculus1][InteractiveOverview], Student[Calculus1][Roots]