lesson4
lesson4
Now, we would like to deal with the case where the matrix A is not invertible.
The following theorem is an analog of Theorem 3.1, rephrased for non-invertible
matrices.
(0, 0, ..., 0, αi )
−
→
for some constant αi depending on b . If αi ̸= 0 for some i then the system
is inconsistent: it has no solution. If αi = 0 for all i with n − k + 1 ≤ i ≤ n,
then the system is consistent and it has k free variables: it has infinitely
many solutions.
• Finally, 2 =⇒ 1 follows directly from the result of Theorem 3.1. So we
are done.
□
By solving the system, at the end, we will get the entries of the matrix
A−1 = C in the formula:
c1,1 b1 + c1,2 b2 + ... + c1,n bn
−
→ c2,1 b1 + c2,2 b2 + ... + c2,n bn
x = ...
cn,1 b1 + cn,2 b2 + ... + cn,n bn
(0, 0, ..., 0, αn )
Because of this, we see that instead of solving the system of linear equations
−
→
A−
→
x = b
−
→
where the coefficients of b are considered as parameters, and perform the ele-
mentary row operations on the usual augmented matrix B, we can consider the
following ”super-augmented” matrix with n rows and 2n columns:
(A In )
9
obtained by writing the matrices A and In side by side, and perform the elementary
row operations directly on this matrix.
12