Learn Before
Constructing a 90-Degree Rotation Matrix
A 2D row vector is to be rotated counter-clockwise by 90 degrees (π/2 radians) through post-multiplication with a 2x2 matrix. Construct the specific rotation matrix required for this transformation. Present the final matrix with its numerical values.
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
Application 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 θ.