While using the elementary transformation method to find the inverse of a matrix, our goal is to convert the given matrix into an identity matrix.
We can use three transformations:-
1) Multiplying a row by a constant
2) Adding a multiple of another row
3) Swapping two rows
The thing is, I can't seem to figure out what to do to achieve that identity matrix. There are so many steps which I can start off with, but how do I know which one to do? I think of one step to get a certain position to a $1$ or a $0$, and then get a new matrix. Now again there are so many options, it's boggling.
Is there some specific procedure to be followed? Like, first convert the top row into: \begin{bmatrix} 1&0&0\\ a_{21}&a_{22}&a_{23}\\ a_{31}&a_{32}&a_{33} \end{bmatrix} Then do the second row and then the third?
What do I start off with? I hope I've made my question clear enough.
Thanks to @Brian M. Scott.
$P.S:$ Does anyone have any other methods? Brian's works perfectly, but it's always great to know more than one method. :)