hey, I am given the following:
And I am asked to solve the equations: [MATH]XA=B+2X[/MATH] and [MATH]CYA=D[/MATH]. The second one is not that bad, I only need to multiply by the inverse of C and A and I get: [MATH]Y=A^{-1}C^{-1}D[/MATH] and I just find my inverse for A and C and plug in. My issue is with the first equation, how do I Isolate X?
My attempt: [MATH]XA-2X=B \iff X(A-2)=B[/MATH] I can´t divide by a matrix so I try multiplying by the inverse of A and stick it into the parenthesis: [MATH]XA^{-1}(A-2)=BA^{-1} \iff X(E-2A^{-1})=BA^{-1}[/MATH] where E is the identity matrix. But Here I get stuck in an endless loop, my issue is that I can´t divide, only multiply by the inverse but how do I then handle (A-2)? Can I multiply by [MATH](A-2)^{-1}[/MATH]? But that doesn´t feel like a valid operation I am allowed to do but it is the only option I can think of to isolate X.
And I am asked to solve the equations: [MATH]XA=B+2X[/MATH] and [MATH]CYA=D[/MATH]. The second one is not that bad, I only need to multiply by the inverse of C and A and I get: [MATH]Y=A^{-1}C^{-1}D[/MATH] and I just find my inverse for A and C and plug in. My issue is with the first equation, how do I Isolate X?
My attempt: [MATH]XA-2X=B \iff X(A-2)=B[/MATH] I can´t divide by a matrix so I try multiplying by the inverse of A and stick it into the parenthesis: [MATH]XA^{-1}(A-2)=BA^{-1} \iff X(E-2A^{-1})=BA^{-1}[/MATH] where E is the identity matrix. But Here I get stuck in an endless loop, my issue is that I can´t divide, only multiply by the inverse but how do I then handle (A-2)? Can I multiply by [MATH](A-2)^{-1}[/MATH]? But that doesn´t feel like a valid operation I am allowed to do but it is the only option I can think of to isolate X.