Find the inverse of A=⎝⎜⎛111334343⎠⎟⎞.
First, write down the 3 ×6 matrix
(A:I)=⎝⎜⎛111334343100010001⎠⎟⎞three columns are the columns of A and whose next three columns are the columns of the 3 × 3 identity matrix.
The idea is now to use elementary operations on this matrix so that, in the end, the three first columns constitute an identity matrix. Then the last three columns will constitute the inverse of A.
To start, we multiply the first row by −1 and add the result to the second row. This gives a zero in the second row and the first column. You should be able then to understand the other operations used and why they are chosen.
We conclude that
A−1=⎝⎜⎛7−1−1−301−310⎠⎟⎞This can be checked by using matrix multiplication to verify that AA−1=I.