From Linear Algebra by Friedberg, Insel, and Spence:
Given $M_1=\begin{pmatrix} 1&0\\0 &1\end{pmatrix}$, $M_2=\begin{pmatrix} 0&0\\0 &1\end{pmatrix}$ and $M_3=\begin{pmatrix}0&1\\1 &0\end{pmatrix}$,
prove that $\text{span}\{M_1, M_2, M_3\}$ is the set of all symmetric $2 \times2$ matrices.
For reference, we just learned about linear combinations/span, but only in terms of vectors, nothing really with matrices.
HINT
Span is the set of all linear combinations. Note that $$ aM_1 + bM_2 + cM_3 = \begin{pmatrix} a & c \\ c & a+b \end{pmatrix} $$
Can you finish finding the span?
HINT 2
The way you phrased it, the span does not include all symmetric matrices, but the span is that set. Is $M_2$ symmetric?