I want to find $n$ dimensional rotation matrix which corresponds rotation of an angle $\theta$ around the $(n−2)$-dimensional subspace.
There is the n-dimensional rotation matrix formula. (see equation $15$)
$$I+(n_2n_1^T-n_1n_2^T)\sin(a)+(n_1n_1^T+n_2n_2^T)(\cos(a)-1)$$
where $n_1$ and $n_2$ are $n$-dimensional orthogonal unit vectors.
Can anybody explain how can I use this formula, for $n=6$?