Proposition. In a matrix product
,
(i) row
of
is affected only by row
of
;
in fact, it's that row times
.
(ii) column
of
is affected only by column
of
;
in fact, it's
times that column.
Problem
V-2. (a) For
, fill in all entries of
that you know
if
and
.
(b) The middle row of
is a linear combination of the rows of
. With what coefficients?
Problem
V-3. If you need to transform 1000 points of
by
for some
matrix
, instead of
doing 100 separate matrix multiplications, you can make them the
columns of a matrix
and find
. Explain why that
works.