Find an invertible 2x2 matrix Q such that Q^-1AQ is equal to a rotation followed by scaling by a positive real number, and write down both the rotation matrix and the scaling matrix. What is the angle of rotation of the matrix?
1
Expert's answer
2011-02-03T13:28:56-0500
Rotation M = Scaling M cos(theta) -sin(theta) = sx 0 sin(theta) cos(theta) = 0 sy Thus Q= 1 0 0 1 Scalling matrix is the same as well as rotation matrix. As cos(theta) = 1, rotation angle is equal to zero.
Comments
Leave a comment