My notes state: Given an orthogonal $n\times n$ matrix $A=I+pB$, where $I$ is the identity matrix, $p\ne 0$ is a real number and $B$ is an $n\times n$ matrix, then $B$ is skew-symmetric.
I know that $$AA^{T}=(I+pB)(I+pB)^{T}=I$$ and that for a skew-symmetric matrix $B=-B^{T}$ but I am struggling to see how this gives the result above. Is it simply a variation of the Cayley transform or is there another quick proof?
Thanks!
2026-03-27 03:00:12.1774580412
Antisymmetric Matrices and Orthogonality
73 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The statement is false. For example, if we take $p = 1$ and $B = -2I$, then $I + pB = -I$ is orthogonal but $B$ is not skew-symmetric.