I have to determine if the following statements are true/false.
Let $ A \in M_n({\mathbb{R}})$.
if $ A^2 $ is orthogonal then $ A $ is orthogonal
if $ A^2 $ is normal then $ A $ is normal
Well, none of those statements are correct, they all false. But I had difficulties finding counter examples.
for the first statement I could not find a counter example. If any one can find one and help me understand what should be the way of thinking in order to find the counterexample, that would be great.
for the other statement I did found a counter example but I basically gussed it. Is there a way to find a counterexample without guessing and trying things untill something will work?
Thanks in advance.
There is no general recipe to find counterexamples, but for matrices you would usually start by trying the easiest $2 \times 2$ matrices. For example, the simplest orthogonal $2 \times 2$ matrix is undoubtably $\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}$. So can you find a non-orthogonal matrix $A$ such that $A^2 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}$?