We have matrices. $$A=\begin{bmatrix} -2 & 0 \\ -5 & 6 \\ \end{bmatrix} B^{-1}=\begin{bmatrix} -7 & 8 \\ 2 & -8 \\ \end{bmatrix} C=\begin{bmatrix} -15 & -2 \\ -8 & -14 \\ \end{bmatrix} $$ We need to solve matrix $X$ from equation:
$$A^{-1}XB-C=0$$ $$X=AB^{-1}+C$$ $$X=\begin{bmatrix} -2 & 0 \\ -5 & 6 \\ \end{bmatrix} \begin{bmatrix} -7 & 8 \\ 2 & -8 \\ \end{bmatrix} + \begin{bmatrix} -15 & -2 \\ -8 & -14 \\ \end{bmatrix} $$ $$ X=\begin{bmatrix} -1 & -18 \\ 39 & -102 \\ \end{bmatrix} $$ This doesn't seem to be correct solutions to this equations ?