Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Student[MultivariateCalculus][TaylorApproximationTutor] - plot or animate the Taylor approximation of a bivariate function
Calling Sequence
TaylorApproximationTutor()
TaylorApproximationTutor(f(x,y), [x,y]=[a,b], order, x=xmin..xmax, y=ymin..ymax)
Parameters
f(x, y)
-
(optional) algebraic function in two variables
[x, y]
(optional) name of the variables
[a, b]
(optional) point around which the series is expanded
order
(optional) integer; specify the order of the series
xmin..xmax, ymin..ymax
(optional) ranges for plot
Description
The TaylorApproximationTutor command launches a tutor interface that computes, plots, and animates the Taylor approximation of a function.
If f(x,y), [x,y]=[a,b], and order are not specified, TaylorApproximationTutor uses defaults.
The TaylorApproximation command offers equivalent capabilities to TaylorApproximationTutor where interaction takes place in the worksheet interface. See the Student[MultivariateCalculus][TaylorApproximation] help page.
To change the default colors of the plot objects, see the Student[SetColors] help page.
Note that the zmin..zmax optional range is no longer supported for this command. Use the Plot Options button in the Tutor to set the plot range of the third dimension.
When the TaylorApproximationTutor is running, interaction with the worksheet is not possible.
Examples
See Also
Student, Student[MultivariateCalculus], Student[MultivariateCalculus][TaylorApproximation]
Download Help Document