$4 \times 4$ Matrix Multiplication Equation

43 Views Asked by At

I have three $4 \times 4$ matrices in the equation $A=XB$. I want to find the matrix $X$.

What should I do ?

1

There are 1 best solutions below

0
On BEST ANSWER

If you know that B is an invertible matrix, then you multiply on the right by $B^{-1}$:

$$AB^{-1} = XBB^{-1}= X $$