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][GradientTutor] - plot or animate the gradient(s)
Calling Sequence
GradientTutor()
GradientTutor(f(x,y), [x,y]=[a,b], x=xmin..xmax, y=ymin..ymax, z=zmin..zmax)
GradientTutor(f(x,y), [x,y]=[[a,b],[c,d],..], x=xmin..xmax, y=ymin..ymax, z=zmin..zmax)
Parameters
f(x, y)
-
(optional) algebraic function in two variables
[x, y]
(optional) name of the variables
[[a, b], [c, d], ..]
(optional) point(s) at which the gradient is evaluated; list or list of lists
xmin..xmax, ymin..ymax, zmin..zmax
(optional) ranges for plot
Description
The GradientTutor command launches a tutor interface that computes, plots, and animates the gradient(s) of a function.
The values of f(a,b), f(c,d),.. and grad(f) at [a,b],[c,d],.. are calculated and displayed in the tutor interface.
If f(x,y) and [x,y]=[[a,b],[c,d],..] are not specified, GradientTutor uses defaults.
The Gradient command offers equivalent capabilities to GradientTutor where interaction takes place in the worksheet interface. See the Student[MultivariateCalculus][Gradient] help page.
To change the default colors of the plot objects, see the Student[SetColors] help page.
When the GradientTutor is running, interaction with the worksheet is not possible.
Examples
See Also
Student, Student[MultivariateCalculus], Student[MultivariateCalculus][Gradient]
Download Help Document