Consider a m × n matrix A of coefficients, a vector x of unknowns and a vector b of solutions satisfying A x = b
You're given that there exists a left inverse L of A satisfying L A = I n
Consider the following argument
But that was not what we were originally given. Which is the first statement that went wrong?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The solution is trying to say that just because you derive that x = L b , it does not necessary satisfy the original equation of A x = b . We will supply a counter-example that establishes this.
Let L = [ − 1 2 5 − 1 − 2 5 1 1 ] , A = ⎣ ⎡ 1 3 5 2 4 6 ⎦ ⎤ , b = ⎣ ⎡ 1 1 2 ⎦ ⎤ .
It is easy to verify that L A = I 2 . Also, x = L b = [ 0 2 ] , but this vector does not satisfy A x = b . (You may want to think about why this is true.)
Problem Loading...
Note Loading...
Set Loading...
We could summarize a part of our argument like this:
A x = b ⇒ ⇒ ⇒ L A x = L b I n x = L b x = L b .
In statement three, we say that x = L b satisfies the original equation, but this is not necessarily true since implication ( ⇒ ) does not necessarily work both ways.