write rotation matrix for a rotation angle 30 degree
Answers
Answered by
0
Answer:
If R is the (3x3) rotation matrix, then the angle of rotation will be acos((tr(R)-1)/2), where tr(R) is the trace of the matrix (i.e. the sum of the diagonal elements).
Similar questions