I just finished my linear algebra final and one question has been bugging me. We were asked to find the basis for $\ker(T)$, where $T$ is the linear transformation $T(A)=A^T-A$.
It went on to ask a few other things, dimension, rank etc.
here's what I did:
If $A=\begin{pmatrix} a & b \\ c & d\end{pmatrix}$, then $$A^T-A=\begin{pmatrix} 0 & c-b \\ b-c & 0\end{pmatrix}$$ this resulted in $(b-c)x_1=0$ and $(c-b)x_2=0$.
I feel like I went wrong with this problem and I cant find anything similar too it?
It follows from your computations that $\ker T$ is the space of the $2\times2$ symmetric matrices. A basis of such space is$$\left\{\begin{pmatrix}1&0\\0&0\end{pmatrix},\begin{pmatrix}0&0\\0&1\end{pmatrix},\begin{pmatrix}0&1\\1&0\end{pmatrix}\right\}.$$