Learn Before
A 2D vector (x, y) can be represented as a complex number x + iy. Rotating this vector counter-clockwise by an angle θ is equivalent to multiplying the complex number by cos(θ) + i sin(θ). Given the vector (3, 4), what is its new position after a 90-degree counter-clockwise rotation?
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
Derivation of 2D Vector Rotation using Complex Numbers
A 2D vector
(x, y)can be represented as a complex numberx + iy. Rotating this vector counter-clockwise by an angleθis equivalent to multiplying the complex number bycos(θ) + i sin(θ). Given the vector(3, 4), what is its new position after a 90-degree counter-clockwise rotation?Geometric Effect of Multiplication by the Imaginary Unit
Analyzing a Flawed Vector Rotation