Example
Find a projection E that projects R3 onto R=span{(1,2)} along N=span{3,−1}
Solns
Naive Solns
- As β={α1,α2} forms a basis for Rn
- Given α=(x1,x2)∈R2, we can solve a,b∈R (in terms of x1,x2) such that a=aα1+bα2
- (x1,x2)=aα1+bα2
- For our example, we can solve the system of equations to get: a=7(x1+3x2), b=7(2x1+6x2)
- We can then define E by E(aα1+bα2)=α1 which explicitly gives E(x1,x2)=7(x1+3x2)(1,2)=(7x1+3x2,72x1+6x2)
Matrix Soln
- As E(α1)=α1
- As E(α2)=0
- Then, this implies [E]β=[1000]
Finally, we show that
[E2]β=[1000][1000]=[1000]=[E]β
Then,
[123−1][1000][123−1]−1