PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
Div
Curl
Laplacian
Biharmonic
See Also »
|
Vector Analysis Package
More About »
Grad
Grad[
f
]
gives the gradient,
f
, of the scalar function
f
in the default coordinate system.
Grad[
f
,
coordsys
]
gives the gradient of
f
in the coordinate system
coordsys
.
MORE INFORMATION
To use
Grad
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["VectorAnalysis`"]
Gradient of a function in Cartesian coordinates:
In[2]:=
In[3]:=
Out[3]=
In[4]:=
Recover the original function using
DSolve
:
In[5]:=
Out[5]=
In[6]:=
Out[6]=
SEE ALSO
Div
Curl
Laplacian
Biharmonic
TUTORIALS
Vector Analysis Package
MORE ABOUT
Vector Analysis Package
© 2008 Wolfram Research, Inc.