|
SOLUTIONS
|
OBSOLETE VECTOR ANALYSIS 程序包 符号
DotProduct
![]()
gives the dot product of the two 3-vectors
,
in the default coordinate system.
![]()
gives the dot product of
and
in the coordinate system coordsys.
更多信息更多信息
- To use
, you first need to load the Vector Analysis Package using Needs["VectorAnalysis`"].
is computed by converting
and
to Cartesian coordinates and then forming the dot product.
范例范例打开所有单元关闭所有单元
基本范例 (3)基本范例 (3)
| In[1]:= |
Dot product of two Cartesian vectors:
| In[2]:= |
| In[3]:= |
| In[4]:= |
| Out[4]= |
| In[1]:= |
Verify that a pair of vectors are orthogonal:
| In[2]:= |
| In[3]:= |
| In[4]:= |
| Out[4]= |
| In[1]:= |
Dot product of vectors in cylindrical coordinates:
| In[2]:= |
| In[3]:= |
| In[4]:= |
| Out[4]= |
Compare with the result from conversion to Cartesian coordinates:
| In[5]:= |
| Out[5]= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
