$T:\mathbb{R}_{2\times 2} \to \mathbb{R}_{2\times 2}$ such that $T(A)=\frac{1}{2}(A+A^t),~~ A\in \mathbb{R}_{2\times 2}$. show that T is linear, find $Ker~ T$, $Im ~T$
Attempt:
$T(A+B)=\frac{1}{2}(A+B+(A+B)^t)=\frac{1}{2}(A+A^t+B+B^t)=T(A)+T(B)$ Similarly $T(cA)=cT(A)$. So T is linear.
I can find $Ker~ T=\{A\in \mathbb{R}_{2\times 2}/T(A)=O\}=\{A\in \mathbb{R}_{2\times 2}/A=-A^t\}$ but unable to find $Im ~T$.
How to find $Im ~T$?