I am looking for a rotation matrix such that $$ \operatorname{rot} \cdot \begin{pmatrix} -1 & 0 & 0 \\ 1 & -1 & 0 \\ 0 & 1 & -1 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} \times & \times & \times \\ \times & \times & \times \\ \times & \times & \times \\ 0 & 0 & 0 \end{pmatrix}. $$ I think this should be possible because the columns of my matrix are all in the $3$-dimensional hyperplane $\{ (x_1, x_2, x_3, x_4) \in \mathbb{R}^4 : x_1 + x_2 + x_3 + x_4 = 0 \} \subset \mathbb{R}^4$.
2026-03-30 02:03:34.1774836214
Finding a rotation matrix
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Considering the bottom entry of your "rot," you want its dot product with each column to be zero. That can only happen if the entries are all the same, so the bottom row of rot is $\pm\big(\frac 1 2\ \frac 1 2\ \frac 1 2\ \frac 1 2\big)$.
Once you know that, you just need to find three more orthogonal unit vectors.