If an $n \times n$ matrix $\mathbf A$ is diagonalizable, and orthogonal eigenvectors of $\mathbf A$ form a basis of $R^n$, then is $\mathbf A$ symmetric?
Here is what I tried:
Suppose {${\vec{a_1},\vec{a_2},...,\vec{a_n}}$} is a set of eigenvectors of $A$ which forms a basis of $R^n$. Suppose $P$ is the matrix with columns ${\vec{a_1},\vec{a_2},...,\vec{a_n}}$, and $D$ is the diagonal matrix with eigenvalue corresponding to $\vec{a_i}$ on the i-th entry.
Then $A = PDP^{-1}$ and $A^{T} = {P^{-1}}^{T}D^{T}P^{T}$. $D$ is diagonal, so $D^{T} = D$. But I got stuck here.
$A=P^tDP$, where $D$ is diagonal and $P^{-1}=P^t$. So, $A^t=(P^tDP)^t=((P^t)(DP))^t=(DP)^t(P^t)^t=(P^tD^t)P=P^tDP=A$.