Is it possible to have a $3 \times 3$ matrix that is both orthogonal and skew-symmetric?

Solution 1:

  1. Othogonal matrices have their eigenvalues on the unit circle.
  2. Skew-symmetric Matrices have their eigenvalues on the imaginary axis.
  3. Matrices with real entries have complex-conjugate pairs of eigenvalues.

The only points where the unit circle intersects with the imaginary axis are $i$ and $-i$, which make up one perfect complex-conjugate pair. But your matrix needs $3$ eigenvalues, so we are missing one. It cannot have a complex partner, so it must be on the real axis. The only point where the real axis intersects with the imaginary axis is $0$, which is not on the unit circle. You have three constraints, but these never meet at one point.

Solution 2:

No, an orthogonal matrix has determinant $\pm 1$ whereas a skew symmetric matrix of order 3 has determinant $0$.

Solution 3:

No, it is not possible, for real matrices. Let $A$ be an $n \times n$ real matrix, with $n$ being odd. Suppose it is skew-symmetric, that is, $A^T = -A$. Then, $A^T A = -A^2$. If the matrix is also orthogonal, $I = -A^2$. Now take determinants to get $$\det(A)^2 + 1 = 0$$ The determinant is imaginary, giving a contradiction, since we assumed $A$ to be a real matrix.