flyingpig
- 2,574
- 1
Homework Statement
Find the standard matrix of T
T: \mathbb{R}^2 \to \mathbb{R}^2 rotates points (about the origin) through \frac{3 \pi}{2} radians counterclockwise
The Attempt at a Solution
I just substitute \frac{3 \pi}{2} into the rotation matrix and I got \begin{bmatrix}<br /> 0 & 1 \\ <br /> -1 & 0 <br /> \end{bmatrix}
The book got this answer too, but they did something weird
They did T(\vec{e_1}) = -\vec{e_1} and T(\vec{e_2}) = \vec{e_1}
I don't understand how they got T(\vec{e_1}) = -\vec{e_1}