- 6,221
- 31
If I have a matrix
<br /> A= \left(<br /> \begin{array}{ccc}<br /> 1 & 2 & 3\\<br /> 0 & -1 & 4\\<br /> 1 & 1 & 6<br /> \end{array}<br /> \right)<br />
and I need to find A^{-1} I would just augment with the identity matrix and then do row operations. But if I want to use column operations instead does it work in the same manner? because I think if use the column operations, the matrix A would be reduced to RRE form but nothing will happen to the identity matrix.
(Not too sure if I was clear about my problem.)
<br /> A= \left(<br /> \begin{array}{ccc}<br /> 1 & 2 & 3\\<br /> 0 & -1 & 4\\<br /> 1 & 1 & 6<br /> \end{array}<br /> \right)<br />
and I need to find A^{-1} I would just augment with the identity matrix and then do row operations. But if I want to use column operations instead does it work in the same manner? because I think if use the column operations, the matrix A would be reduced to RRE form but nothing will happen to the identity matrix.
(Not too sure if I was clear about my problem.)