Prove that if $\det(A) \in \{1,-1\}$ then $AA^t = A^tA = I_n$.
I have no clue, to be fair. I am trying to prove orthogonal polynomials have a determinant $1$. Any help?
Prove that if $\det(A) \in \{1,-1\}$ then $AA^t = A^tA = I_n$.
I have no clue, to be fair. I am trying to prove orthogonal polynomials have a determinant $1$. Any help?
Copyright © 2021 JogjaFile Inc.
As stated, this is false: Let $A$ be defined by
$$A = \left(\begin{array}{cc} 2 & 0 \\ 0 & \frac 1 2\end{array}\right)$$
Then $\det(A) = 2 \cdot \frac 1 2 - 0 = 1$, but $AA^T = A^2 \ne I_2$.