Matrix X and Y Solutions for Equations XA=B and AY=B

  • Thread starter Thread starter Physicsissuef
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
16 replies · 11K views
Physicsissuef
Messages
908
Reaction score
0

Homework Statement



I have two 3x3 matrices A and B

and my problem is to find XA=B and AY=B

Isn't XA=B and AY=B

Homework Equations





The Attempt at a Solution



[tex]X=A^-^1 B[/tex]

[tex]Y=A^-^1 B[/tex]

or I am wrong?
 
Physics news on Phys.org
malawi_glenn said:
remember that matrix multiplication is non-commutative

so yes you are wrong on the [tex]X=A^-^1 B[/tex], if XA=B

Can you tell me please, what is the correct formula?
 
You can pre- or post-multiply a matrix equality by a matrix to yield another matrix equality: If A=B then CA = CB and AD = BD for all matrices C, D of the correct dimensionality. Use this plus the fact that matrix multiplication is associative to find a form that eliminates the matrix A from XA=B.
 
D H said:
You can pre- or post-multiply a matrix equality by a matrix to yield another matrix equality: If A=B then CA = CB and AD = BD for all matrices C, D of the correct dimensionality. Use this plus the fact that matrix multiplication is associative to find a form that eliminates the matrix A from XA=B.

Sorry, but I don't understand what you want to say... Can you please write what equals X, and what equals Y?

[tex]X= ??<br /> Y=??[/tex]
 
Why don't you write out XA = AY, compare the entries and figure out what X and Y could be.
 
We don't give answers here for free!

You must multiply matrices from the correct order!

Take this for example:

XA=B

How would you do to eliminate X ? By multiplying inv(A) from the left?:
Then you'll get:

inv(A)XA = inv(A)B

And that is NOT you want right? So how would you do it?
 
You can multiply from both sides in matrix:
If you have
A=B
Then you can have
CA = CB
OR
AC = BC

The C can come in on the right or left. But you have to keep track.
 
So X=inv(a)B
and inv(a)AY=inv(a)B , so Y=inv(a)B

hm...
 
XA=B

inv(x)XA=inv(x)B

A=inv(x)B ??
 
XA=B

XA(inv (a))=B(inv (a))

X=B(inv(a))

like this?
 
Thank you very much, guys. I love youuuu... :smile:
 
Hi all,

Pardon me for digging up this old thread, but it is related to what I am asking.
Is there some matrix manipulation that transforms equation of type xA = B into A'x' = B'? in other words, transform Unknown.KNOWN = KNOWN into KNOWN.Unknown = KNOWN.
Thanks a bunch!