Find the standard matrix for the stated composition in R^2. a) A rotation of 90, followed by a reflection about the line y=x. b) An orthogonal projection on the y-axis, followed by a contraction with factor k=1/2. c) A reflection about the x-axis, followed by a dilation with factor k=3.
what is the matrix of rotation of 90?
that is \[\left[\begin{matrix}0&-1\\1&0\end{matrix}\right]\]
it goes from \[\left[\begin{matrix}\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta\end{matrix}\right]\] to\[\left[\begin{matrix}\sin \theta & -\cos \theta \\ \cos \theta & \sin \theta\end{matrix}\right]\]
now, the matrix to reflect about the line y =x is \[\left[\begin{matrix}0&1\\1&0\end{matrix}\right]\]
the same
but I use numbers to easily times them together
for a) rotation first, then reflection about y=x, so that the second matrix is written first, then the rotation matrix, that is \(\left[\begin{matrix}0&1\\1&0\end{matrix}\right]\)*\(\left[\begin{matrix}0&-1\\1&0\end{matrix}\right]\)
now, you compute the result
oh, thanks, i had them reversed at first....
:)
can you assist with part b?
Join our real-time social learning platform and learn together with your friends!