How I can find the euler angles from a random 2x2 ZYZ rotation matrix? We know that all SU(2) matrices can be decomposed, using the ZYZ decomposition, as a three matrices product based in euler angles. In the Wikipedia about euler angles:
"A similar three angle decomposition applies to SU(2), the special unitary group of rotations in complex 2D space, with the difference that β ranges from 0 to 2π. These are also called Euler angles."
I have did try do a equations system in the matlab, but it found the solution in some cases (pauli matrices) and in many other not. It never find to a random SU(2) matrix.
Anybody know a general approach? I already did found how to do 3x3 matrices, but not for 2x2 ZYZ.
Best regards!