I am a bit curious about an exercise.
I was supposed to prove that there is no matrix that has $1,2,3,4$ in each line and is symmetric. I did, by examination of all such matrices.
Now, there is a such a matrix for $1,2,3$, namely
$$\left(\begin{array}{ccc} 1&3&2\\ 3&2&1\\ 2&1&3\\ \end{array}\right)$$
How does the result generalize? Is it a odd vs even thing? Or $n \gt 4$ is always impossible?
Proofs using linear algebra are especially welcome!
On the contrary... it is possible for every $n$.
Let $A_{i,j} = i+j\pmod{n}$
By commutativity of addition it is obvious that the matrix is symmetric. Further, by fixing $i$ or fixing $j$ and letting the other range over all possible values it is clear that there is no repetition in any row or column.