Review exercise 2.23. Given any three vectors ,
, and
in
find a matrix
that transforms the three elementary vectors
,
, and
respectively into those three vectors.
Answer: When multiplying by
only the entries in the first column of
are multiplied by one; all other entries are multiplied by zero. So the first column of
should be set to
. Similarly when multiplying
by
only the entries in the second column of
are multiplied by one; all other entries are multiplied by zero. The second column of
should therefore be set to
. Finally the third column of
should be set to
.
If ,
, and
then we have
so that (for example)
Note that if is invertible if and only if the three vectors
,
, and
are linearly independent.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.