Can anyone please help me with this question: Using Matrices to rotate the vector V= (-4,1) = by 270°. Write the resulting vector in component form.
@wio Can you pls help me?
Do you remember the rotation matrix?
kind of
\[ \begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix} \]Multiply this by a vector to rotate it \(\theta\) degrees.
can you show me how to do that?
First, \(\theta = 270^\circ \) so: \[ \begin{bmatrix} \cos(270^\circ) & -\sin(270^\circ)\\ \sin(270^\circ) & \cos(270^\circ) \end{bmatrix} = \begin{bmatrix} 0 & 1\\ -1 & 0 \end{bmatrix} \]
Multiply \[ \begin{bmatrix} 0 & 1\\ -1 & 0 \end{bmatrix} \begin{bmatrix} -4\\ 1 \end{bmatrix} \]
Im sorry I left and took long. My computer just crashed. anyways it'll be: [1] [4]
IS that it or do i need to do more steps?
@wio
Yeah, that is the answer. Just graph to check.
Thank you so much wio!
Join our real-time social learning platform and learn together with your friends!