Solving Matrix Equations: Inverse of nxn (n=2)

  • Thread starter Thread starter DiamondV
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary

Homework Help Overview

The discussion revolves around solving matrix equations, specifically focusing on the inverse of a 2x2 matrix. Participants are exploring the implications of matrix multiplication properties, particularly associativity and non-commutativity, in the context of forming equations.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to understand the correct formation of equations involving matrix inverses and the order of multiplication. Questions arise about how to determine the appropriate arrangement of matrices in equations, particularly in relation to the properties of matrix multiplication.

Discussion Status

The discussion is ongoing, with participants providing clarifications on the properties of matrix multiplication and exploring different interpretations of the equations. Some guidance has been offered regarding the necessity of maintaining the order of operations when manipulating matrix equations.

Contextual Notes

There is a noted confusion regarding the properties of matrix multiplication, specifically between associativity and commutativity, which is influencing the participants' understanding of the problem setup.

DiamondV
Messages
103
Reaction score
0

Homework Statement


ef19e041d3.png


Homework Equations


Inverse of an (nxn) (n=2 only) square matrix:
2d95cc5b65.png

The Attempt at a Solution



c318f161da.jpg


The answer provided in the solutions does the exact same thing except, where my ?? are. It does A = BCB^-1. Where as I do A = CBB^-1. When I was doing this question I was wondering the same thing. I know matrix multiplication isn't associative( AB isn't equal to BA), so how do I know which way to form the equations? I mean how am I meant to know whether its meant to be A=CBB^-1 or BCB^-1?[/B]
 
Physics news on Phys.org
DiamondV said:

Homework Statement


ef19e041d3.png


Homework Equations


Inverse of an (nxn) (n=2 only) square matrix:
2d95cc5b65.png

The Attempt at a Solution



c318f161da.jpg


The answer provided in the solutions does the exact same thing except, where my ?? are. It does A = BCB^-1. Where as I do A = CBB^-1. When I was doing this question I was wondering the same thing. I know matrix multiplication isn't associative( AB isn't equal to BA), so how do I know which way to form the equations? I mean how am I meant to know whether its meant to be A=CBB^-1 or BCB^-1?[/B]
Matrix multiplication is associative. You probably meant to write that matrix multiplication isn't commutative.

Since matrix multiplication isn't commutative, when you multiply one side of an equation to the left, you must multiply the other side of the equation to the left as well. Same for multiplying to the right.
So if ##X=Y##, then ##AX=AY## and ##XA=YA##, but not necessarily ##XA=AY##.
(Here ##X,\ Y, \ A## are square matrices of the same dimension.)

Now in your case: apply this rule to ##B^{-1}AB=C## to get ##A=BCB^{-1}##.
 
Samy_A said:
Matrix multiplication is associative. You probably meant to write that matrix multiplication isn't commutative.

Since matrix multiplication isn't commutative, when you multiply one side of an equation to the left, you must multiply the other side of the equation to the left as well. Same for multiplying to the right.
So if ##X=Y##, then ##AX=AY## and ##XA=YA##, but not necessarily ##XA=AY##.
(Here ##X,\ Y, \ A## are square matrices of the same dimension.)

Now in your case: apply this rule to ##B^{-1}AB=C## to get ##A=BCB^{-1}##.
Ah. so essentially whatever order they are in the at the left is the same order they get applied to on the right?
 
DiamondV said:
Ah. so essentially whatever order they are in the at the left is the same order they get applied to on the right?

No: they do not have the same order on the two sides.Look again, carefully.
 
Ray Vickson said:
No: they do not have the same order on the two sides.Look again, carefully.

Not understanding it completely. So say if I multiply the left side by some variable X and I put it to the left of whatever is already there, I have to do the same to the right? like say A=C, would be XA = XC?
 
DiamondV said:
Not understanding it completely. So say if I multiply the left side by some variable X and I put it to the left of whatever is already there, I have to do the same to the right? like say A=C, would be XA = XC?
Yes, this is correct. If A=C, then XA=XC.

Your previous post was ambiguous.
 
Samy_A said:
Yes, this is correct. If A=C, then XA=XC.

Your previous post was ambiguous.
Ah. Thanks a lot!
 
You are given that B^{-1}AB= C. Knowing that matrix multiplication is not commutative, get rid of the "B^{-1}" on the left by multiplying, by B, on both sides on the left: B(B^{1}AB)= BC. Because matrix multiplication is "associative" that is the same as (BB^{-1})AB= AB= BC. And to get rid of the "B" or the right, multiply on both sides by B^{-1} on the right to get (AB)B^{-1}=A(BB^{-1})= A= BCB^{-1}. It's just a matter of keeping track of which side you are on!
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 69 ·
3
Replies
69
Views
11K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K