How do I manipulate matrix equations to find the inverse of a 2x2 matrix?

  • Thread starter Thread starter MurdocJensen
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Click For Summary

Homework Help Overview

The discussion revolves around finding the inverse of a 2x2 matrix, specifically matrix A given as 02, 30. Participants explore various methods for manipulating matrix equations to achieve this, including row operations and the use of the identity matrix.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • One participant considers using row swaps to create a diagonal matrix and questions how to manipulate matrix equations effectively. Others suggest using the identity that a matrix times its inverse equals the identity matrix and discuss augmenting the matrix with the identity matrix for transformation. There is also mention of Gauss-Jordan elimination and the implications of permuting the original matrix.

Discussion Status

Participants are actively sharing different approaches to finding the inverse of the matrix, with some providing specific methods such as using the determinant formula for 2x2 matrices. There is an acknowledgment of the potential for simpler solutions compared to more abstract methods.

Contextual Notes

One participant expresses confusion about the direction of their approach, indicating a struggle with the complexity of the problem and a desire to understand the foundational concepts better. The determinant's role in finding the inverse is also noted as a point of discussion.

MurdocJensen
Messages
47
Reaction score
0

Homework Statement



Find the inverse of matrix A

02
30

The Attempt at a Solution



I was thinking of doing a row swap to get a diagonal matrix with nonzero diagonal entries, PA (a.k.a. B). I want this matrix's inverse, B-inverse (easily found by dividing the ones of the identity matrix by the diagonal entries) to serve as a means to get to A-inverse

I want to use this relationship specifically: (B-inverse)(PA)=(A-inverse)(A)=I. I want to multiply all sides by A-inverse to show that (B-inverse)(P)=(A-inverse), but I am really shaky as to how I properly utilize the multiplication rules for matrices in this case.

For example: Would multiplying both sides by A-inverse cancel out A? Wouldn't I be applying A-inverse to the outermost matrix and not even hit A?

To sum: Where I really get lost is how to properly manipulate matrix equations in order to cancel.

Let me know if you have any questions. Sorry I couldn't make the post more visual. Don't know how to draw out matrices.
 
Physics news on Phys.org
You could just use the identity that any matrix times its inverse equals the identity matrix.
 
w3390 said:
You could just use the identity that any matrix times its inverse equals the identity matrix.

To use this identity you augment your matrix with the identity matrix. So you start with (A|I) where I is the identity matrix. You use matrix operations to transform A into I and your augmented matrix will be A^-1.

So you start with:

02|10
30|01

And you want to use elementary row operations to make your matrix to look like:

10|ab
01|cd

Where a,b,c,d will make up you’re a^-1
 
This is Gauss-Jordan, no? So even though I am permutating the original matrix to get another matrix, the end result is A^-1, not the inverse of the matrix after permutation?
 
Or just use [tex]\begin{bmatrix}a & b \\ c & d\end{bmatrix}\begin{bmatrix}0 & 2 \\ 3 & 0\end{bmatrix}= \begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix}[/tex]
to get the equations 0a+ 3b= 3b= 1, 2a+ 0b= 2a= 0, 0c+ 3d= 3d= 0, and 2c+ 0d= 2c= 1. Those equations are pretty close to begin trivial, aren't they?
 
There's a formula that can be used to find the inverse of a 2x2 (only) matrix.
[tex]\text{If} A = \begin{bmatrix}a & b \\ c & d\end{bmatrix},[/tex]
[tex]A^{-1} = \frac{1}{|A|}\begin{bmatrix}d & -b \\ -c & a\end{bmatrix}[/tex]

Of course, it must be true that |A| is not 0.
 
At the moment we are ignoring the determinant formula for the 2x2 case. That's what that is, right, Mark 44?

Thanks for all the help. I don't know why I was going the direction I was with this. For some reason I keep thinking this class requires a ridiculously abstract approach when, in most cases, I can use simpler mechanisms.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
11K
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
3K
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 15 ·
Replies
15
Views
7K