.9.3 Rotations in n Dimensions
I will be talking from my experience with Robotics since that is where i used rotation matrixes the most. The rotation matrix when combined with a position vector (transformation matrix) can be used to describe the motion of the entire robot which is helpful when using a computers to control it but often times it is beyond time consuming to do it by hand. The transformation matrix for the entire robot is a multiplication of the transformation matrix of each joint which includes the rotation matrix. you can isolate the rotation matrix to a single joint by multiplying by the T inverse of the other joints