For
$$A = \;\;\; \begin{pmatrix} 1 & 2 & 3 \\ 2 & 3 & 4 \\ 3 & 4 & 5 \\ \end{pmatrix} $$
there is a real orthogonal matrix $P$ such that $P^tAP = D$ is diagonal. Find such a diagonal matrix $D$.
I know as $A$ is a normal operator, there is a real diagonal matrix corresponding to $A$. Firstly, I tried to find eigenvalue and eigen vectors to find orthogonal matrix $P$, however, such a $P$ is not orthogonal.
Can anybody help? Thanks!