0
$\begingroup$

In my class we've been talking about elementary row operations of matrices, for example, to get its inverse. I remember the teacher saying, those operations don't work for columns; however, in my book, it says they do work. Can I use them on columns to get to the identity matrix for instance, so that I can, then, get its inverse.

$\endgroup$

1 Answer 1

3
$\begingroup$

The Gauss-Jordan method is based on rows operations by

$$A^{-1}\cdot (A|I)=(I|A^{-1})$$

we can also operate by columns operation that is

$$\begin{pmatrix}A\\I\end{pmatrix}A^{-1}=\begin{pmatrix}I\\A^{-1}\end{pmatrix}$$

$\endgroup$
3
  • $\begingroup$ I haven't seen both of those equations. Is the first one the same as $A.A^{-1}=I=A^{-1}.A$? If so, I understand that for that operation, the rows should be used and the columns can't? What is the second equation then? $\endgroup$ Commented Oct 24, 2019 at 22:22
  • $\begingroup$ @DuarteArribas Since rows operation are equivalent to left matrix multiplicationwe can summarize the method by $A^{-1}\cdot (A|I)=(I|A^{-1})$. We can of course operate by columns operations which correspond to roght matrix multiplication. For more details refer also to this OP. $\endgroup$ Commented Oct 24, 2019 at 22:28
  • $\begingroup$ @DuarteArribas To emphasize the point here, column operations work, too, but you have to augment the matrix by appending $I$ below it instead of to the right. $\endgroup$ Commented Oct 24, 2019 at 22:47

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.