Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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