I have to solve the following matrix equation
$$X(A - A^T + E) = A^{-1}$$
where $E$ is the $3 \times 3$ identity matrix and $A$ is the matrix
$$A = \begin{bmatrix}2&3&2\\0&1&2\\0&0&-1\end{bmatrix}$$
Any idea on how to solve it? I would like a step-by-step explanation.
Hint: Find the matrix $B := A - A^T + E$ so you will have the equation
Find $A^{-1}$. See if $B$ is invertible, i.e., see if $\det(B) \neq 0$ and then find $B^{-1}$ Such that you can use