$$(A^T)^{-1}X+(\tfrac12B)^{-1}=(B^{-1}A^T)^{-1}\implies X=B-2A^TB^{-1}$$ I've asked yesterday about one similar equation and I always get stuck, if someone could help me! :)
2026-05-02 10:51:46.1777719106
Solving Matrix Equation $(A^T)^{-1}X+(\frac12B)^{-1}=(B^{-1}A^T)^{-1}$
43 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $A,B\in M_{nxn}$ two matrices with the same dimension, There some properties that I used \begin{eqnarray*} (B^{-1}A^{T})^{-1}=(A^{T})^{-1}(B^{-1})^{-1}; \hspace{0.3cm} (\frac{1}{2}B)^{-1}=2B^{-1}; \hspace{0.3cm} A^{T}(A^{T})^{-1}=I \end{eqnarray*} So: \begin{eqnarray*} (A^{T})^{-1}X+(\frac{1}{2}B)^{-1}&=&(B^{-1}A^{T})^{-1}\\ (A^{T})^{-1}X&=&(B^{-1}A^{T})^{-1}-(\frac{1}{2}B)^{-1}\\ X&=&(A^{T})((B^{-1}A^{T})^{-1}-(\frac{1}{2}B)^{-1}))\\ X&=&A^{T}(B^{-1}A^{T})^{-1}-A^{T}(\frac{1}{2}B)^{-1}))\\ \end{eqnarray*} Then $X=B-2A^{T}B^{-1}$