Notice that a row vector times a column vector is really a dot
product: If we write all vectors as column vectors, we have
. (Here we treat a
matrix
as a scalar.)
A matrix product
is really a matrix of dot products:
is the dot product of row
of
with
column
of
.
Problem
V-1. Suppose the rows of an
matrix
are orthonormal, meaning that they are all of length 1 and
that any two are orthogonal (perpendicular). Show that
.
(Method: The length of a vector
is
,
so
has length 1 when
. Also, two vectors
are perpendicular when their dot product is 0.)