So I have to solve this equation.
$ XX^T-X^TX=2\begin{pmatrix}0 & 2\\\ 2 & 0\end{pmatrix}$
I wrote matrix $X\ $ as $X=\begin{pmatrix}a & b\\\ c & d\end{pmatrix}\ $ and $ XX^T-X^TX=\begin{pmatrix}b^2-c^2 & ac+bd-ab-cd\\\ ac+bd-ab-cd & c^2-b^2\end{pmatrix} $
so I had system of equations $ \begin{cases} (b+c)(b-c)=0 \\[2ex] (d-a)(b-c)=4 \\[2ex] \end{cases} $
One thing is certain $b=-c$ I have found 8 solution options. But I have diiferent ask. Does anyone have different option to solve it? My solution is to hard and overwhelming. I want to find just one solution.