If we have a rotation matrix of the kind:
how do i compute the null space of this matrix?
I know that to obtain the null space we need to write the matrix in echelon form, but in this case we have an orthonormal matrix, so my question is: how do we ge the null space of a rotation matrix knowing that it is an orthonormal matrix? Is there a different, and perhaps faster and easier way to do it?
Thank's in advance.
Since it is a rotation matrix, its null space is $\{0\}$; $0$ is the only vector mapped into $0$ after rotating it around $0$.