Basics of Vectors in Mathematica
This is an evaluated Mathematica notebook. Since the notebook
is intended to be interactive, it may be helpful to also view the
unevaluated version
Copyright 1996
Gary S. Stoudt
Mathematics Department
Indiana University of PA
Indiana, PA 15705
GSSTOUDT@grove.iup.edu
In Mathematica, vectors are defined as lists. The following describes
the vectors (v1,v2,v3) and (w1,w2,w3).
In[1]:=
v={v1, v2, v3}
w={w1, w2, w3}
Out[1]=
{v1, v2, v3}
Out[2]=
{w1, w2, w3}
Go up to Calculus and Differential Equations Project Description