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