yanyin
- 20
- 0
Hi, if i want to find a 3x3 matrix R which represents a rotation of Pi/6 around the axis of rotation v(vector)={1, 2, 3}. how can i find it?
Last edited:
The discussion revolves around calculating a 3x3 rotation matrix that represents a rotation of Pi/6 around a specified axis defined by the vector v = {1, 2, 3}. The focus includes both the mathematical formulation and the interpretation of the axis and direction of rotation.
Participants have not reached a consensus on the direction of rotation, and the discussion includes multiple viewpoints regarding the approach to calculating the rotation matrix.
There is uncertainty regarding the direction of rotation, which may affect the final matrix. The discussion does not fully resolve the mathematical steps involved in deriving the rotation matrix.
Thanks. it's a vector from origin to (1, 2, 3). which direction? i am not sure yet. let say clockwise.Originally posted by Janitor
Are you saying that your axis is along a vector that starts at the origin of the coordinate system and has its tip at the point (x,y,z)=(1,2,3)? And is your rotation direction clockwise or counterclockwise as viewed from the perspective of (0,0,0)?