Given the matrix $A = 1/7\begin{bmatrix} 6 & 3 & a_{13} & \\ -2 & 6 & a_{23} \\3 & a_{32} & a_{33} \end{bmatrix}$
How do replace the $a_{ij}$'s with real entries such that the matrix becomes a rotation matrix?
I know it should have a determinant of - 1 and all eigenvalues should be either 1 or -1, but it turns out to be a four variables equation, how do I find those values?
Edit: I forgot the scalar in front of the matrix.