How to isolate matrix

256 Views Asked by At

I have the following matrix equation:

$AXB+CXD=E$

with A B C D E constant matrices and X an unknown matrix.

How can I isolate X?? I'm pretty sure that is basic but I don't know how to do it. Can anyone show me the basic rules for rearranging everything, if any?

Thanks!

1

There are 1 best solutions below

0
On

It's not so simple.

You can consider $X \to A X B + C X D$ as a linear operator on matrices of whatever size $X$ is. Thus if your matrices are all $n \times n$, rearrange them into $1 \times n^2$ vectors and your equation becomes an $n^2 \times n^2$ linear system.