Let $A \in \mathbb{O}(n)$. Is there a closed-form expression for the problem: $$\arg \min_X \ \{\lVert X-A \rVert_F: X \in \mathbb{SO}(n) \}.$$
Simply speaking, I am looking to approximate a general orthogonal matrix by a rotation matrix.
A solution that comes to my mind is the following: Compute determinant of $A$ (which will be $\pm 1$). If its $1$, nothing to do. Else, pick one of the columns of $A$ and multiply it by $-1$.
Looking forward to your opinion.