Matrices The point (x, y) can be represented as the matrix [x y] . In this task, we look at how matrix multiplication can be used to rotate a point (x, y) around the origin.
Give the 2x2 rotation matrix M such that M x [x y] gives the point rotated by θ degrees around the origin in an anticlockwise direction.