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

Online Help

All Products    Maple    MapleSim


Student[Calculus1][FunctionAverageTutor] - find the average value of a function

Calling Sequence

FunctionAverageTutor(f, a..b)

FunctionAverageTutor(f, var=a..b)

Parameters

f

-

(optional) algebraic expression in one variable var

a..b

-

(optional) interval

var

-

(optional) variable

Description

• 

The FunctionAverageTutor(f) command launches a tutor interface that plots the average of f over the interval a..b.

  

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

  

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

  

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

Examples

withStudentCalculus1:

FunctionAverageTutor

FunctionAverageTutor2x3

FunctionAverageTutor2x3,0..2

FunctionAverageTutor2x3,x=0..2

See Also

Student, Student[Calculus1], Student[Calculus1][FunctionAverage], Student[Calculus1][InteractiveOverview]