1 Attachment(s)
Re: Rotation Transformation
Quote:
Originally Posted by
bugatti79
Folks,
I am struggling to understand how the attached expressions were obtained for the simple rotation of 2 axes normal to each other by an angle
This is different to what is shown the wiki link
Rotation matrix - Wikipedia, the free encyclopedia (See in 'two dimensions')
Ie,

and
Any clues?
Regards
bugatti
Here is a picture
Attachment 25252
Note that
=\cos(\theta)e_1+\sin(\theta)e_1)
and
=-\sin(\theta)e_1+\cos(\theta)e_2)
So the general transformation is
 & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{bmatrix})
Now for any arbitary x and y you get
 & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix})
-y \sin(\theta) \\ x \sin(\theta)+y \cos(\theta) \end{bmatrix})
Re: Rotation Transformation
Thank you sir, just what I was looking for.
Regards
Re: Rotation Transformation
I wrote this out for someone last month, if you want to take a look:
http://mathhelpforum.com/advanced-al...tml#post736870