Ask your own question, for FREE!
Mathematics 23 Online
OpenStudy (anonymous):

does anyone know how to rotate a single point 166 degrees?

OpenStudy (ybarrap):

if coordinates are (x,y), to rotate 166 degrees use the following matrix operation: |cos(166) sin(166) | * | x | |-sin(166) cos(166) | | y | =| x*cos(166) + y*sin(166) | | -x*sin(166) + y*cos(166) | new coordinates: ( x*cos(166) + y*sin(166) ,-x*sin(166) + y*cos(166) ) See "Givens Rotation" : http://en.wikipedia.org/wiki/Givens_rotation

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!