I have read the chapter in my textbook on Linear Transformations, but I'm still at a bit of a loss on a particular question.
Find the standard matrix representation of the following linear transformations, $T:\mathbb{R}^2\rightarrow \mathbb{R}^2$
A) Rotation by 45 degrees counterclockwise followed by reflection in the line $y=-x$
B) Projection in the line $y=\frac{x}{2}$ followed by rotation by 60 degrees clockwise.
I attempted part A, and these are my results. $R$ is the rotation, and $F$ is the reflection
$R_{45ccw}=\begin{bmatrix} 0 & -\frac{\sqrt{2}}{2}\\ 1 & \frac{\sqrt{2}}{2} \end{bmatrix}$ and $F_{y=-x}=\begin{bmatrix} 0 & -1\\ 1 & 0 \end{bmatrix}$
Then $[F_{y=-x}][R_{45ccw}]=\begin{bmatrix} -1 & -\frac{\sqrt{2}}{2}\\ 0 & -\frac{\sqrt{2}}{2} \end{bmatrix}$
I'm not sure if I followed the process correctly or not. If I did, I'm not quite sure how to get started on part B of the problem.