- #1
black_hole
- 75
- 0
Homework Statement
The 3x3 matrix A is given as the sum of two other 3x3 matrices B and C satisfying:1) all rows of B are the same vector u and 2) all columns of C are the same vector v.
Show that A is not invertible. One possible approach is to explain why there is a nonzero vector x satisfying both Bx = 0 and Cx = 0.
^^I'm having a hard time seeing why Bx=0 and Cx=0 should have nonzero solutions. I envision a matrix {{u1,u2,u3},{u1,u2,u3},{u1,u2,u3}} * some column vector = 0 but I'm just not seeing how to go about this when u1,u2,u3 could be anything.