Solve the given problems.
To rotate a set of points \(\left(x_{1}, y_{1}\right),\left(x_{2},
y_{2}\right),\left(x_{3}, y_{3}\right), \ldots\)
counterclockwise about the origin by angle \(\theta,\) we multiply
\(\left[\begin{array}{ccccc}\cos \theta & -\sin \theta \\ \sin \theta & \cos
\theta\end{array}\right]\left[\begin{array}{ccc}x_{1} & x_{2} & x_{3} & \\\
y_{1} & y_{2} & y_{3} & \cdots\end{array}\right] .\) If a photo on a computer
screen has corners at \((4,2),(-4,2),(-4,-2),\) and (4,-2) find the coordinates
of the corners after the photo has been rotated counterclockwise about the
origin by \(30^{\circ}\)