is there anyone that is good with matrices because i need help with this one
Find the image matrix for the following counterclockwise rotation.
Lets start with the transformation matrix for an arbitrary rotation: \[R =\left[\begin{array}{cc} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{array}\right]\]
A counterclockwise rotation of 180 degrees will simply be \[\theta = \pi\]
ok so whats next
\[R =\left[\begin{array}{cc} \cos \pi & -\sin \pi \\ \sin \pi & \cos \pi \end{array}\right] =\left[\begin{array}{cc} -1 & 0 \\ 0 & -1 \end{array}\right] \]
Now apply the transformation to the coordinate vectors
\[ \left[\begin{array}{cc} -1 & 0 \\ 0 & -1 \end{array}\right] \left[\begin{array}{cc} 3 \\ 1 \end{array}\right] = \left[\begin{array}{cc} -3 \\ -1 \end{array}\right] \]\[ \left[\begin{array}{cc} -1 & 0 \\ 0 & -1 \end{array}\right] \left[\begin{array}{cc} 6 \\ 2 \end{array}\right] = \left[\begin{array}{cc} -6 \\ -2 \end{array}\right] \]\[ \left[\begin{array}{cc} -1 & 0 \\ 0 & -1 \end{array}\right] \left[\begin{array}{cc} 4 \\ 5 \end{array}\right] = \left[\begin{array}{cc} -4 \\ -5 \end{array}\right] \] So we have the "image matrix" \[ \left[\begin{array}{cc} -3 & -6 & -4 \\ -1 & -2 & -5 \end{array}\right] \]
ooooo ok i seee thank you so much
Join our real-time social learning platform and learn together with your friends!