Learn Before
A developer is implementing a function to rotate a 2D row vector v counter-clockwise by an angle θ. The operation is performed by post-multiplying the vector by a 2x2 matrix R (i.e., v_rotated = vR). Which of the following matrices correctly represents this transformation?
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Application of RoPE Rotation to a 2D Vector
Definition of the 2x2 RoPE Rotation Matrix Block
A developer is implementing a function to rotate a 2D row vector
vcounter-clockwise by an angleθ. The operation is performed by post-multiplying the vector by a 2x2 matrixR(i.e.,v_rotated = vR). Which of the following matrices correctly represents this transformation?Constructing a 90-Degree Rotation Matrix
Consider a transformation applied to a 2D row vector
vby post-multiplying it with a matrixR(i.e.,v_rotated = vR). The matrix correctly performs a counter-clockwise rotation of the vector by an angle θ.