Let $ M_n (\mathbb F) $ be the space of the matrices of order $ n $ with entries in the body $ \mathbb F $. Let $ W = \{ A \in M_n (\mathbb F): A + A^{t} = 0 \}$ and $U = \{ A \in M_n (F): A-A^{t} = 0 \}$. Show $M_n (\mathbb F) = W \oplus U $ and view a basis for $W$.
I tried to show that $ M_n (\mathbb F) \subset W \oplus U$ and $ W \oplus U \subset M_n (\mathbb F)$. For this I initially took $ A' \in M_n (F) $, however I lack ideas on how to prove that $A' \in W \oplus U$.
I also noticed that if $A \in W$, then
$$A = \left[ \begin{matrix} 2a_{11} & \cdots & a_{1n} \\ \vdots & \ddots & \vdots \\ -a_{1n} & \cdots & 2a_{nn} \\ \end{matrix} \right]$$
And if $B \in U$ then $$B = \left[ \begin{matrix} 0 & \cdots & a_{1n} \\ \vdots & \ddots & \vdots \\ a_{1n} & \cdots & 0 \\ \end{matrix} \right]$$
Does this help me with something to answer the question?