Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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