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
plots[gradplot3d] - plot a 3-D gradient vector field
Calling Sequence
gradplot3d(f, r1, r2, r3)
gradplot3d(f, r1, r2, r3,...)
Parameters
f
-
function or set of function to be plotted
r1
range
r2
r3
Description
A typical call to the gradplot3d function is gradplot3d(f, x=a..b, y=c..d, z=p..q), where f is a Maple expressions in x, y, and z, and , , and specifies the axes ranges of the field. The result is a three dimensional vectorfield with the gradient vector evaluated at (x, y, z) located at this point.
A call to gradplot3d produces a PLOT3D data structure, which is then printed. For information on these data structures, see plot3d/structure.
Remaining arguments are interpreted as options which are specified as equations of the form option = value. In particular, the arrows option allows one to specify the style of arrow used to represent a vector. The possibilities are LINE, THIN, SLIM and THICK with THIN being the default. The grid option allows one to set the initial size of the two or three dimensional grid. The defaults is [8,8,8]. The remaining options are the same as those available for the plot3d command. See plot3d/option for further information.
gradplot3d may be defined by with(plots) or with(plots,gradplot3d). It can also be used by the name plots[gradplot3d].
Examples
The command to create the plot from the Plotting Guide is
See Also
plot3d, plot3d/colorfunc, plot3d/option, plot3d/structure, Student[MultivariateCalculus][Gradient], Student[VectorCalculus][Gradient], VectorCalculus[Gradient]
Download Help Document