I have problem with prove or disprove this hypothesis:
Is the linear transformation $ f \in L(\mathbb R^{5,5},\mathbb R^{5,5}) $
$$ f(A) = A + 2A^{T} $$ an isomorphism of the space $ \mathbb R^{5,5} $ onto itself?
In order to be an isomorphism, $f$ must be injective and surjective.
Checking if it is surjective:
Assume that as a result we want to get: $$\mathbf{Q} = \begin{bmatrix} q_{11} & q_{12} & \cdots & q_{1n} \\ q_{21} & q_{22} & \cdots & q_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ q_{m1} & q_{m2} & \cdots & q_{mn} \end{bmatrix} $$
and we put as argument $$ \mathbf{A} = \begin{bmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} \end{bmatrix} $$ then choose $i,j$. Factors $a_{ij}$ $a_{ji}$ $q_{ij}$ $q_{ji}$ are only in this linear system: $$q_{ij} = a_{ij} + 2a_{ji} \wedge q_{ji} = a_{ji} + 2a_{ij}$$ so $$ a_{ij} = \frac{2q_{ij}-q_{ji}}{3} $$ and $$ a_{ji} = \frac{2q_{ji}-q_{ij}}{3} $$ so the factors $ a_{ij}$ $ a_{ji}$ are determined unambiguously. So it is surjective.
But how to deal with checking injectivity?
Suppose that $$ A+2A^T=B+2B^T $$ $$ A-B = 2(A^T-B^T) $$ and I don't know how to finish that.
Hint:
Check if the kernel of this transformation is trivial. This is enough to establish if it is isomorphism: $$\begin{eqnarray} f(A) =0 &\implies &A=-2A^T \\ &\implies &A^T=(-2A^T)^T \\ &\implies &A^T = -2A \\ &\implies &A =4A \\ &\implies &A=0 \end{eqnarray} $$