Physics 265
Physics 265 Introductory Scientific Computing
Assignment # 10: Vectors and Arrays
Winter 2000, © R H Landau rubin@physics.orst.edu
Due: Wed 10 Mar (in class)
Vector Operations
Dealing with vectors that are represented by components is really quite
easy. For example, let's say that we have a vector
that we
represent with its three components,
as well as another vector
that we represent by
its three components,
Then all possible vector operations can be defined in terms of the
components of
and
. For
example,
[Actually, the cross product
is perpendicular to the plane formed by
and
,
which also makes it perpendicular to both
and
.]
- Do a matrix multiplication to determine
for the three
cases in which
-
For the
and last value of
, determine the cross product
and the dot product
.
|