- #1
descendency
- 40
- 0
Two fairly simple proof problems. . . why aren't they simpler? :(
Let A be an nxn matrix...
If A is not invertible then there exists an nxn matrix B such that AB = 0, B != 0. (not equal to)
None really.
Obviously, when A is the zero matrix, AB = 0.
If we call A the coefficient matrix in the system of equations Ax = 0, then x = x1B1 + x2B2 + ... + xnBn, where B = [B1|B2|...|Bn].
I can't seem to explain why that works. Is it obvious enough just to say that or is there a step of explanation I have left out?
--------------------------------------------------------------------------------
If A is an m x n matrix, B is an n x m matrix and n < m, then AB is not invertible.
Obviously, A and B are not square and are therefore not invertible. Does that fact really matter? The product of invertible matrices is invertible, but is the product of non invertible matrices also non invertible?
Homework Statement
Let A be an nxn matrix...
If A is not invertible then there exists an nxn matrix B such that AB = 0, B != 0. (not equal to)
Homework Equations
None really.
The Attempt at a Solution
Obviously, when A is the zero matrix, AB = 0.
If we call A the coefficient matrix in the system of equations Ax = 0, then x = x1B1 + x2B2 + ... + xnBn, where B = [B1|B2|...|Bn].
I can't seem to explain why that works. Is it obvious enough just to say that or is there a step of explanation I have left out?
--------------------------------------------------------------------------------
Homework Statement
If A is an m x n matrix, B is an n x m matrix and n < m, then AB is not invertible.
Homework Equations
The Attempt at a Solution
Obviously, A and B are not square and are therefore not invertible. Does that fact really matter? The product of invertible matrices is invertible, but is the product of non invertible matrices also non invertible?