If $A^2$ is an orthogonal matrix, is $A$ also orthogonal?
I can only get $A$ is invertible, but from that, I can't figure out how to proceed. I thought this statement is false, but I tried and failed to come up with a counterexample.
If $A^2$ is an orthogonal matrix, is $A$ also orthogonal?
I can only get $A$ is invertible, but from that, I can't figure out how to proceed. I thought this statement is false, but I tried and failed to come up with a counterexample.
You cannot prove it, since it is false. Let $a,b\in\mathbb R$ with $b\neq0$ and $a^2+b^2\neq1$. Then$$\begin{bmatrix} a & b \\ \frac{1-a^2}{b} & -a\end{bmatrix}^2=\begin{bmatrix}1&0\\0&1\end{bmatrix},$$which is orthogonal. However,$$\begin{bmatrix} a & b \\ \frac{1-a^2}{b} & -a\end{bmatrix}$$is not.