How does row operation on an augmented matrix result in the inverse of a matrix?

In summary: So if we wanted to invert nxn matrix A we could write the augmented matrix [A I] and then do row operations on that until we have [I A^-1]. But, at the same time, we were also doing those row operations on the identity matrix and, at the end, the augmented matrix [I A^-1] will have been changed to [A^-1 I] so the inverse of [A I] is [I A^-1].In summary, the process of using an augmented matrix and performing row operations is a way to find the inverse of a matrix. This works because every row operation corresponds to an elementary matrix, and applying the same row operations to both the original matrix and the identity matrix
  • #1
rajeshmarndi
319
0
I just couldn't understand how does augmented matrix deduce inverse of a matrix. I mean what is it in the row operation because of which we get the inverse of a matrix. I just don't want to learn the steps but to understand why it works.

Thank you.
 
Mathematics news on Phys.org
  • #2
I am not certain what you mean by "augmented matrix". I think of the augmented matrix as meaning that, in order to solve, say the equations ax+ by= c, dx+ ey= f, which we could write as the matrix equation [itex]\begin{bmatrix}a & b \\ d & e \end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}= \begin{bmatrix}c \\ f\end{bmatrix}[/itex]. To solve that we "augment" the matrix [itex]\begin{bmatrix}a & b \\ d & e \end{bmatrix}[/itex] by the single column [itex]\begin{bmatrix}c \\ d\end{bmatrix}[/itex] to get [itex]\begin{bmatrix}a & b & c \\ d & e & f\end{bmatrix}[/itex].

But that has nothing, directly, to do with finding the inverse. I think you are talking about a related problem- "augment" the matrix [itex]\begin{bmatrix} a & b \\ c & d \end{bmatrix}[/itex] with the indentity matrix to get [itex]\begin{bmatrix}a & b & 1 & 0 \\ c & d & 0 & 1\end{bmatrix}[/itex]. Then do whatever "row-operations" are necessary to reduce the first two columns to the identity while also applying them to the last two columnst to get [itex]\begin{bmatrix}1 & 0 & p & q \\ 0 & 1 & r & s\end{bmatrix}[/itex] and the new matrix [itex]\begin{bmatrix}p & q \\ r & s\end{bmatrix}[/itex] is the inverse matrix to the first matrix.

That works because every "row operation" corresponds to an "elementary" matrix- the matrix we get by applying that particular row operation to the identity matrix. One row operation is "add a multiple of one row to another". For example, "add -2 times the first row to the second row". If we do that to the identity matrix [itex]\begin{bmatrix} 1 & 0 \\ 0 & 1\end{bmatrix}[/itex] we get [itex]\begin{bmatrix} 1 & 0 \\ -2 & 1 \end{bmatrix}[/itex]. And look what happens when we multiply a matrix by that (on the left): [itex]\begin{bmatrix}1 & 0 \\ -2 & 1\end{bmatrix}\begin{bmatrix}a & b \\ c & d \end{bmatrix}= \begin{bmatrix}a & b \\ c- 2a & d- 2b\end{bmatrix}[/itex]. That is precisely the result of applying the row operation to that matrix!

Now, suppose we have a matrix, A, and there is a sequence of row operations, [itex]R_1, R_2, \cdot\cdot\cdot, R_n[/itex], in that order, that reduce A to the identity. Those row-operations correspond to a sequence of elementary operations, [itex]E_1, E_2, \cdot\cdot\cdot, E_n[/itex] such that [itex]E_nE_{n-1}\cdot\cdot\cdot E_2E_1A= (E_nE_{n-1}\cdot\cdot\cdot E_2E_1)A= I[/itex] which means that [itex]E_nE_{n-1}\cdot\cdot\cdot E_2E_1[/itex] is the inverse matrix to A. But, of course [itex]E_nE_{n-1}\cdot\cdot\cdot E_2E_1[/itex] times I is the same as [itex]E_nE_{n-1}\cdot\cdot\cdot E_2E_1[/itex] and, again, those multiplications are the same thing as applying the row operations to the identity matrix so:
Applying the same series of row operations that make A the identity matrix to the identity matrix results in the inverse matrix to A.

Writing the matrix A and the identity matrix side by side and then row-reducing both is a convenient way of applying the same row operations to A and the indentity matrix, reducing A to the identity matrix and changing the identity matrix to A inverse.
 
Last edited by a moderator:
  • #3
HallsofIvy said:
Writing the matrix A and the identity matrix side by side and then row-reducing both is a convenient way of applying the same row operations to A and the indentity matrix, reducing A to the identity matrix and changing the identity matrix to A inverse.
Thanks I do now understand how the row operation works i.e [A-1] [A] = identity matrix. But still couldn't understand how the other way works i.e [A] [A-1]= identity matrix. Seems really difficult, the former was easy to comprehend.
 
  • #4
rajeshmarndi said:
Thanks I do now understand how the row operation works i.e [A-1] [A] = identity matrix. But still couldn't understand how the other way works i.e [A] [A-1]= identity matrix. Seems really difficult, the former was easy to comprehend.

There are two theorems to help.

The first one is that if you have a square matrix ##A## and it is left invertible (i.e. have a left inverse ##B##, ##BA=I##) then it is invertible.
And the second one is that if a matrix ##A## is invertible, then its left inverse ##B## is unique and is also a right inverse, i.e. if ##BA=I## then ##AB=I##; the same of course goes for the right inverse.
 
  • Like
Likes micromass
  • #5
I didn't understand what is the relation of the coefficient of the equations and their row operation(inverse) to get identity matrix.
 
  • #6
rajeshmarndi said:
I didn't understand what is the relation of the coefficient of the equations and their row operation(inverse) to get identity matrix.
I'm not certain what your question is. but perhaps this will help. If we have the two equations ax+ by= e, cx+ dy= f we can write that as the matrix equation
[tex]\begin{bmatrix}a & b \\ c & d \end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}= \begin{bmatrix}e \\ f\end{bmatrix}[/tex]
Do you understand that part? That is essentially saying that "Ax= b" where A, x, and b are those three matrices. One way to solve that equation is to find the multiplicative inverse of [itex]A[/itex], [itex]A^{-1}[/itex], and multiply both sides of the equation by that inverse: [itex]A^{1}Ax= x= A^{-1}b[/itex]

The "augmented matrix" is just a short way of writing that matrix equation.
[tex]\begin{bmatrix}a & b & e \\ c & d & f\end{bmatrix}[/tex]

Now, "row-operations" are one way to find the inverse of a matrix. The key is that every row operation corresponds to multiplying by a matrix- and we can get that matrix by applying the row operation to the identity matrix. In terms of 3 by 3 matrices, the row operation "add three times the second row to the first row" is
[tex]\begin{bmatrix} 1 & 3 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}[/tex]
See what happens when we multiply that matrix by a general matrix:
[tex]\begin{bmatrix}1 & 3 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}\begin{bmatrix}a & b & c \\ d & e & f \\ g & h & i\end{bmatrix}= \begin{bmatrix}a+ 3d & b+ 3e & c+ 3f \\ d & e & f \\ g & h & i\end{bmatrix}[/tex]
3 times the second row has been added to the first row!

So when you apply a series of row operations that reduce matrix A to the identity matrix that is the same as multiplying a series of matrices whose product is [itex]A^{-1}[/itex]. When you apply those same row operations to the last column of the augmented matrix, the "b" in Ax+ b, you are multiplying b by [itex]A^{-1}[/itex]
 
  • #7
HallsofIvy said:
I'm not certain what your question is. but perhaps this will help.
I do understand the meaning of A-1 A = identity matrix i.e row operation just applied to A.

But my question is, why and how we get the identity matrix , also when A A-1 = identity matrix?
 
  • #8
rajeshmarndi said:
I do understand the meaning of A-1 A = identity matrix i.e row operation just applied to A.

But my question is, why and how we get the identity matrix , also when A A-1 = identity matrix?
Not so much because of LINEAR ALGEBRA, but more important is the simple Algebra concept of INVERSE. Start with a entity and do an operation on it using another but different identity, and a result entity is the result. How to you take this result entity and operate on it with an entity which gives you back the entitiy originally used?

This can be done using real numbers, and this can be done with matrices.
 

Related to How does row operation on an augmented matrix result in the inverse of a matrix?

1. What is an augmented matrix?

An augmented matrix is a rectangular array of numbers that represents a system of linear equations. It includes both the coefficients of the variables and the constants of the equations.

2. How is an augmented matrix used to solve a system of equations?

An augmented matrix is used to perform row operations such as elimination and substitution to transform the matrix into row-echelon form, making it easier to solve the system of equations.

3. What is the significance of the augmented matrix in linear algebra?

The augmented matrix is a powerful tool in linear algebra as it allows us to represent a system of equations in a concise and organized manner. It also enables us to use matrix operations to solve systems of equations.

4. How do you interpret the solution of an augmented matrix?

The solution of an augmented matrix is represented by the values of the variables that satisfy all the equations in the system. It can be interpreted as the point of intersection, if it exists, of the lines or planes represented by the equations in the system.

5. Can augmented matrices be used to solve nonlinear systems of equations?

No, augmented matrices can only be used to solve systems of linear equations. Nonlinear systems of equations require different methods of solving, such as using graphical or numerical methods.

Similar threads

Replies
2
Views
909
  • Precalculus Mathematics Homework Help
Replies
25
Views
1K
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
649
  • Linear and Abstract Algebra
Replies
1
Views
828
  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
833
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
880
Back
Top