mscudder3 said:
Ya thanks! Now that you have me thinking I'd like to understand exactly how I arrived at this solution. I got that equation (or matrix) from my text: Linear Algebra 4e by Bretscher. Book is VERY heavy on application, thus my struggle with the general theory.
It's actually very easy once you know it!
Just take the standard basis of [itex]\mathbb{R}^2[/itex], that is: (1,0) and (0,1). The key point is checking where they are projected. A little bit of drawing (or calculating) gives us that (1,0) is being sent to (1/2,1/2) and (0,1) is being sent to (1/2,1/2). Thus (1/2,1/2) and (1/2,1/2) make up the
columns of our matrix.
Note that there was nothing special about projecting on the line y=x. You can pick any line through the origin, they will all give you a matrix such that A
2=A.
For example, let me project on y=-x. Then (1,0) is being sent to (1/2,-1/2) and (0,1) is being sent to (-1/2,1/2). Thus the matrix becomes
[tex]\left(\begin{array}{cc}\frac{1}{2} & -\frac{1}{2}\\ -\frac{1}{2} & \frac{1}{2}\\ \end{array}\right)[/tex]
As you can see this matrix also satisfies A
2=A.