-1
$\begingroup$

Can you help solve for $X$?

I tried several times but could not. I'd love to get some help.

$$A^T\left(X^{-1}+A\right)=X^{-1}$$

where

$$A=\begin{pmatrix}1&1&-1\\0&-1&1\\-1&0&1\end{pmatrix}.$$

  • 0
    You need to solve for $A$ or for $X$?2017-02-10

2 Answers 2

0

If the matrices are invertible

$$A^TX^{-1}+A^TA=X^{-1},$$

$$A^TA=(I-A^T)X^{-1},$$

$$I=(A^TA)^{-1}(I-A^T)X^{-1},$$ $$X=(A^TA)^{-1}(I-A^T)=A^{-1}A^{-T}(I-A^T)=A^{-1}A^{-T}-A^{-1}=A^{-1}(A^{-T}-I).$$

-1

$A^T(X^{-1}+A)=X^{-1}$ multiply by $(A^T)^{-1}$ on the left:

$X^{-1}+A=(A^T)^{-1}X^{-1}$; then substract $X^{-1}$:

$A=(A^T)^{-1}X^{-1}-X^{-1}= ((A^T)^{-1}-I)X^{-1}$; multiply by $X$ on right:

$AX = (A^T)^{-1}-I$ multiply by $A^{-1}$ on the left:

$X = A^{-1}((A^T)^{-1}-I)$.

Calculating you get $X= \begin{pmatrix} 1&0&2 \\ 0&2&1 \\ 1&1&2 \end{pmatrix}$.

  • 0
    Several left/right confusions make the final answer wrong.2017-02-10
  • 0
    Just one, but fatal, thanks!2017-02-10
  • 0
    At least two, but we are not counting :-)2017-02-10
  • 0
    Corrected, now we're coherent!2017-02-10
  • 0
    Mh, check your first line.2017-02-10