TsAmE
- 129
- 0
Homework Statement
Find the 2 x 2 matrix A which represents a projection onto the x-axis, followed by a clockwise rotation through pi/4.
Homework Equations
None
The Attempt at a Solution
\begin{pmatrix} cos\frac{\pi}{4}&sin\frac{\pi}{4} \\ -sin\frac{\pi}{4}&cos\frac{\pi}{4}\end{pmatrix} \begin{pmatrix} 1&0 \\ 0&0\end{pmatrix}
\begin{pmatrix} \frac{1}{\sqrt{2}}&\frac{1}{\sqrt{2}} \\ -\frac{1}{\sqrt{2}}&\frac{1}{\sqrt{2}}\end{pmatrix} \begin{pmatrix} 1&0 \\ 0&0\end{pmatrix}
\begin{pmatrix}\frac{1}{\sqrt{2}} & 0 & 0 \\ -\frac{1}{\sqrt{2}} & 0 & 0\end{pmatrix}
but the correct step was \begin{pmatrix}\frac{1}{\sqrt{2}} & 0 & \\ -\frac{1}{\sqrt{2}} & 0 & \end{pmatrix}
I don't understand why the 2nd column of the 2nd matrix hasnt been multiplied with the first matrix's row.