TaylorApproximationTutor - 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][TaylorApproximationTutor] - illustrate Taylor approximation

Calling Sequence

TaylorApproximationTutor(f, a)

TaylorApproximationTutor(f, var=a)

Parameters

f

-

(optional) algebraic expression in one variable var

a

-

(optional) point

var

-

(optional) variable

Description

• 

The TaylorApproximationTutor(f) command launches a tutor interface that calculates the Taylor polynomial of f at the point a and displays the Taylor approximations graphically.

  

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

  

If a is not specified, TaylorApproximationTutor uses a default point.

  

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

Examples

withStudentCalculus1:

TaylorApproximationTutor

TaylorApproximationTutor1expx

TaylorApproximationTutor1expx,0

TaylorApproximationTutor1expx,x=0

See Also

Student, Student[Calculus1], Student[Calculus1][InteractiveOverview], Student[Calculus1][TaylorApproximation]