- 6,221
- 31
If I have a matrix
[tex] A= \left(<br /> \begin{array}{ccc}<br /> 1 & 2 & 3\\<br /> 0 & -1 & 4\\<br /> 1 & 1 & 6<br /> \end{array}<br /> \right)[/tex]
and I need to find [itex]A^{-1}[/itex] 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.)
[tex] A= \left(<br /> \begin{array}{ccc}<br /> 1 & 2 & 3\\<br /> 0 & -1 & 4\\<br /> 1 & 1 & 6<br /> \end{array}<br /> \right)[/tex]
and I need to find [itex]A^{-1}[/itex] 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.)