This question might seem very easy to some. But I am having a very tough time solving it.
$$ A = \begin{pmatrix} 1 + x^2 - y^2 - z^2& 2(xy + z) & 2(zx-y) \\ 2(xy - z) & 1 + y^2 - z^2 - x^2 & 2(yz + x) \\ 2(zx + y) & 2(yz - x) & 1 + z^2 - x^2 - y^2 \end{pmatrix} $$
Then $ \det A$ is:
(a) $(1 + xy + yz + zx)^3$
(b) $(xy + yz + zx)^3$
(c) $(1 + x^2 + y^2 + z^2)^3$
(d) $(1 + x^3 + y^3 + z^3)^2$
I am interested in an approach other than the brute-force approach of expanding the $3 \times 3$ determinant. I tried row and column operations, but I wasn't able to see a simplification. I couldn't write A as product of 2 matrices either, so I am clueless. (Also I want a rigorous proof, not methods like put $(x,y,z) = (0,1,2) $ etc. and eliminate 3 options to get the right answer.)