Next: Matrix-Vector Products
Up: Vector-Vector Operations
Previous: The Dot Product
Contents
The second type of vector product, the outer product,
is less common. If
is a vector of length
and
is
a vector of length
, then the outer product is denoted as
.
Again, examine this product in more detail.
The inner dimensions (
) match. The remaining
dimensions are
hence, an outer product
results in a matrix. Also, note that the length of the
vectors
and
does not have to be the same.
Let
Then the elements of the outer product
matrix
are denoted by
Finally,
as with the dot product, if the vectors are complex then
the outer product is defined as
For
and
defined as above,
There are two pictures that are helpful to keep in mind
when forming dot and outer products.
2003-02-04