Consider the following sequence of rotations:
1. Rotate by φ about the world x-axis.
2. Rotate by θ about the current z-axis.
3. Rotate by ψ about the current x-axis.
4. Rotate by α about the world z-axis.
Write the matrix product that will give the resulting rotation matrix
(do not perform the matrix multiplication).