A \(2 \times 2\) symmetric matrix:
\begin{equation*}
A_1 = \begin{pmatrix}
3 \amp 5 \\
5 \amp -2
\end{pmatrix}
\end{equation*}
Note that the entry in position \((1,2)\) equals the entry in position \((2,1)\text{.}\)
A \(3 \times 3\) symmetric matrix:
\begin{equation*}
A_2 = \begin{pmatrix}
4 \amp 1 \amp -3 \\
1 \amp 0 \amp 7 \\
-3 \amp 7 \amp 2
\end{pmatrix}
\end{equation*}
Observe that \(a_{12} = a_{21} = 1\text{,}\) \(a_{13} = a_{31} = -3\text{,}\) and \(a_{23} = a_{32} = 7\text{.}\)
A \(4 \times 4\) symmetric matrix:
\begin{equation*}
A_3 = \begin{pmatrix}
2 \amp -1 \amp 0 \amp 4 \\
-1 \amp 5 \amp 3 \amp 1 \\
0 \amp 3 \amp -2 \amp 6 \\
4 \amp 1 \amp 6 \amp 0
\end{pmatrix}
\end{equation*}
Check that each entry above the diagonal has a matching entry below the diagonal.