How to Calculate a 3x3 Rotation Matrix around a Given Axis?

yanyin
Messages
20
Reaction score
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:
Physics news on Phys.org
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)?
 
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)?
Thanks. it's a vector from origin to (1, 2, 3). which direction? i am not sure yet. let say clockwise.
 
Start by figuring out what the result of rotating
[0,0,1]
[0,1,0]
and
[1,0,0]
are.

Once you've done that, you shouldn't have any trouble making hte matrix.
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top