Exercise 1.6.20. Suppose is a 3 by 3 matrix for which the third row is the sum of the first and second rows. Show that there is no solution to the equation
, and determine whether
has an inverse or not.
Answer: For we have the following system of three equations:
If we subtract the sum of the first two equations from the third equation, we obtain the following:
Since we have reached a contradiction we conclude that the system of equations has no solutions. The corresponding matrix is singular and therefore has no inverse.
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
.
Hi. Your posts are really helpful. I have a question from exercise 1.6. (4th edition). It is: Show that A^2 = 0 is possible but A’A = 0 is not possible (unless A= zero matrix). Your response will he helpful to me. Thanks.
I’m glad you like the blog and find it useful. I don’t known exactly which exercise you are talking about. Are you referring to multiplying the transpose of A times A? If so, I will give you a hint: When you multiply A-transpose times A you are multiplying entries in each row of A-transpose by entries in each column of A. But by definition the rows of A-transpose are the columns of A. So, for example, when you compute the 1, 1 entry of the product matrix you are multiplying the entries of the first row of A-transpose by the entries of the first column of A, which means you are multiplying the entries of the first column of A by themselves–and then you take the sum, per the definition of matrix multiplication. So the question for you is: under what conditions could that sum be zero?