- #1
Saladsamurai
- 3,020
- 7
Homework Statement
Find the transformation matrix 'R' that describes a rotation by 120 degrees about an axis from the origin through the point (1,1,1). The rotation is clockwise as you look down the axis toward the origin.
Homework Equations
[tex]
\left( \begin{array}{c} A'_x \\ A'_y \\ A'_z \end{array} \right) =
\left( \begin{array}{ccc}
R_{xx} & R_{xy} & R_{xz} \\
R_{yx} & R_{yy} & R_{yz} \\
R_{zx} & R_{zy} & R_{zz}
\end{array} \right)
\left( \begin{array}{c} A_x \\ A_y \\ A_z \end{array} \right)
[/tex]
The Attempt at a Solution
I am just very confused by the wording of the question. I am used to talking about the transformation of a vector... I am not sure what is being transformed here... the coordinate system?
Here is the solution:
I am having a hard time deciphering the problem statement even looking at the solution. It is clear that he wanted us to "swap" axes. But I am not sure exactly what is happening here.