|
Let $A$ be an invertible matrix, and $A^{-1}$ its inverse, whose columns are $A^{-1}_1,\cdots,A^{-1}_n$ Then, by definition of matrix inverse, $AA^{-1}=I_n$ But this implies $AA^{-1}_1 = e_1,\ldots,AA^{-1}_n = e_n$ with $e_1,\cdots,e_n$ being the first,$\ldots$ $n$ th column of $I_n$
respectively.
$A$ being non singular (or invertible), for all $k \leq n$ $AA^{-1}_k = e_k$ has a solution for $A^{-1}_k$ which can be found by Gaussian elimination of $[A \mid e_k]$
The only part that changes between the augmented matrices constructed is the last column, and these last columns, once the Gaussian elimination has been performed, correspond to the columns of $A^{-1}$ Because of this, the steps we need to take for the Gaussian elimination are the same for each augmented matrix.
Therefore, we can solve the matrix equation by performing Gaussian elimination on $[A \mid e_1 \cdots e_n]$ or $[A \mid I_n]$
|