I'd appreciate if someone could find a better title for this question, for I'm short of ideas right now.
Given a matrix $A \in R^{n,n}$, show that $$ \frac{1}{2}(A + A^t) $$ is symmetric.
I see that it's symmetric and it seems obvious, but I don't really know how to show that in particular.
$(B+B^t)^t=B^t+(B^t)^t=B^t+B$
So $B+B^t$ is symmetric $\forall B\in R^{n\times n}$.
Take $B=A/2$ and you get the desired result.