Ax B PDF
Ax B PDF
Theorem 1. Let A be a square n × n matrix. Then Ax = b has a unique solution if and only if the only
solution of Ax = 0 is x = 0. Let A = [A1 , A2 , . . . , An ]. A rephrasing of this is (in the square case) Ax = b
has a unique solution exactly when {A1 , A2 , . . . , An } is a linearly independent set.
Proof. First, if Ax = b has a unique solution (call it x1 ), then Ay = 0 can’t have nonero solution. For if
we have Ay = 0 with y 6= 0 then x1 + y would give a new solution of Ax = b.
So assume the only solution of Ax = 0 is x = 0. Consider the equations
where I have used the same letters aij to represent the new equivalent equations (which still only have
x = 0 as solution). Proceeding in a similar manner (perhaps by interchanging some rows) we get a set of
equivalent equations (new notation) of the form
x 0
u11 u12 u13 . . . u1n 1
0 u22 u23 . . . u2n 2 0
x
Ux = =
. . . . . . . . . . . . . . . . . . . . . . . . ... ...
0 0 0 . . . unn xn 0
where every ukk 6= 0. Now if we perform the identical steps on the system Ax = b we find an equivalent
set of equations of the form
x c
u11 u12 u13 . . . u1n 1 1
0 u22 u23 . . . u2n x 2
c2
Ux = . =.
.. ..
. . . . . . . . . . . . . . . . . . . . . . . .
0 0 0 . . . unn xn cn
1
2
Where the ck are the result of applying the same operations on the bk . This is a summary of Gauss
elimination. The final set of equations U x = c has a unique solution and this solution is the unique
solution of Ax = b.