If you have a symmetric matrix, is it orthogonally diagonalizable? Or is the converse only true?
Asked
Active
Viewed 968 times
1 Answers
1
They are equivalent ,
$A$ being orthogonally diagnoizable you mean that there's an orthogonal matrix $U$ and a diagnonal matrix $D$ such that $A=UDU^{−1}=UDU^T$.
$A$ is then symmetric,( since $D$ is diagnonal, $D^T=D$)
$$A^T=(UDU^T)^T=(DU^T)^TU^T=UD^TU^T=UDU^T=A.$$
-
1Even if there's no need to use TeX it's always better to use it for many reasons. – hjhjhj57 Nov 11 '14 at 07:00