Notebook Description

This notebook shows how to rotate 2 dimensional vectors using a basic rotation matrix. Matplotlib is used to visualise the result. A property of rotation is that the magnitude of the vector is maintained. In 2 dimensions, vectors are rotated counterclockwise about the origin in the xy plane, with the x-axis horizontal and the y-axis vertical.