Review exercise 1.8. Given the following matrices:
for a matrix how are the rows of
related to the rows of
?
Answer: For the first matrix , the product
is a 3 by 3 matrix in which:
- The first row is equal to the first row of
.
- The second row is equal to the second row of
multiplied by 2.
- The third row is equal to the sum of 4 times the first row of
and the third row of
.
For the second matrix , the product matrix
is a 2 by 3 matrix in which:
- The first row is equal to the sum of all three rows of
.
- The second row is equal to zero.
The third matrix is a permutation matrix that reverses the order of rows, so that in the product
:
- The first row is equal to the third row of
.
- The second row is equal to the second row of
.
- The third row is equal to the first row of
.
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
.