Exercise 2.4.14. Suppose we have the following matrix:
with ,
, and
given and
. For what value of
does
have rank 1? In this case how can
be expressed as the product of a column vector and row vector
?
Answer:We can do Gaussian elimination on by multiplying the first row by
(which is permissible since
) and subtracting it from the second row:
Since there is a pivot in the first column. For the rank of
to be 1 that pivot must be the only one; for this to be true we must have
or
.
If then the matrix
can be expressed as the product of a column vector and row vector as follows:
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
.