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][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