I want to solve
$$X \cdot A + A^T = I$$
for $X$, $A$ and $X$ are arbitrary matrices and $A$ is invertible. I know that $A \cdot A^{-1} = I$, this helps, but I don't know how to deal with the additional $+A^T$.
How can I approach this?
|
I want to solve $$X \cdot A + A^T = I$$ for $X$, $A$ and $X$ are arbitrary matrices and $A$ is invertible. I know that $A \cdot A^{-1} = I$, this helps, but I don't know how to deal with the additional $+A^T$. How can I approach this? |
|||||||
|
|
|
||||
|
multiply both sides by $ A^{-1} $ so you get $ X+ A^{T}\cdot A^{-1}=A^{-1} $ and you get your final result. |
||||
|
|