I have another interesting problem. I intuitively think this is false.
If matrix $A \in M_n(\mathbb{R})$ has $n$ distinct eigenvalues and $n$ orthogonal eigenvectors $q_1, q_2, q_3,\dots, q_n$. Then $A$ is symmetric matrix!
This is kind of inverse of spectral theorem. Is it enough to use spectral theorem or does inverse doesn't follow? I can't make up any matrix that has there properties but it's not symmetric.
It is true and relatively easy (compared to the converse). Let $P$ be the matrix whose columns are an orthonormal base of eigenvectors. Since they are orthogonal, $P^{-1}=P^t$ . Note that if $D$ is the diagonal matrix with the eigenvalues $q_i$ on the diagonal, then $P^{-1} A P = D$, hence $A = P D P^{-1} = P D P^{t}$, which is clearly symmetric.