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
Physics[Vectors][DirectionalDiff] - the directional derivative
Calling Sequence
DirectionalDiff(A, B_)
Parameters
A
-
any algebraic (vectorial or scalar) expression
B_
a vector
Description
DirectionalDiff(A, B_) computes the directional derivative of in the direction of , that is, the scalar product of a unitary vector in the direction of times Nabla - the differential operator - applied to the function A. Two cases can happen:
is not a vector. Hence
is a vector. Hence
The %DirectionalDiff is the inert form of DirectionalDiff, that is: it represents the same mathematical operation while holding the operation unperformed. To activate the operation use value.
Examples
The definition of directional derivative
Directional derivative in spherical coordinates
Directional derivative of a vector function
Note that, when the vector which defines the direction (the second argument) is projected over one coordinate system, the function being differentiated is expected to be expressed using the same coordinate system; otherwise an error interruption happens and a corresponding message is displayed
Error, (in Physics:-Vectors:-DirectionalDiff) vectors must be projected over one and the same base
For this example, correct input could be
See Also
Identify, Nabla, operations, Physics, Physics conventions, Physics examples, Student[MultivariateCalculus][DirectionalDerivative], tensor/directional_diff, VectorCalculus[DirectionalDiff]., Vectors, Vectors[`.`]
Download Help Document