Find a basis for the set of all the matrices in the form of: $\begin{bmatrix} p & -q & -r & -s \\ q & p & s & -r \\ r & -s & p & q \\ s & r & -q & p \end{bmatrix}$. Then, check that if $p^2 + q^2 + r^2 + s^2 = 1$, the matrix is orthogonal.
Is the basis not just the column vectors? There's no relation between them and the other ones. Also, I'm so confused about the second part. Can anyone walk me through this?
Hint:
The matrix can be written as
$$pA+qB+rC+sD$$
for some matrices $A,B,C,D$.
To check a matrix, $Q$ is orthogonal, compute $Q^TQ$ and verify that it is an identity matrix.