I wanted to ask how i could go about finding matrix X in the following equations:
AX-B^T= X + AB
and
AX=BX-2X+I
A and B are given in both examples. A,B and X are not the same in the 2 examples.
I realize that its supposedly quite basic,but i haven't been able to find a source online to pinpoint the rules of matrix arithmetic.
Thank you in advance! :)
Yes, it is easy. For example, rewrite the second equation as $(A-B+2I)X=I$. This means that $X=(A-B+2I)^{-1}$.