Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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