How to derive a 45-degree rotation matrix about the y-axis

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 5K views
m0nk3y
Messages
23
Reaction score
0
So I am asked to rotate by 45 degrees about the y-axis.

With the power of the net i found that it is;
[ cos(45) 0 sin (45);
0 1 0;
-sin(45) 0 cos(45)]

i really would like to understand HOW they get this.

THANKS in advance!
 
Physics news on Phys.org
Thank you, that helped a lot! I get finally get it now!