- #1
aargoo
- 3
- 0
Homework Statement
Let A be the 4x2 matrix
|1/2 -1/2|
|1/2 -1/2|
|1/2 1/2|
|1/2 1/2|
Find the projection matrix P that projects vectors in R4 onto R(A)
Homework Equations
projSx = (x * u)u where S is a vector subspace and x is a vector
The Attempt at a Solution
v1 = (1/2, 1/2, 1/2, 1/2)T
v2 = (-1/2, -1/2, 1/2, 1/2)T
v1v2 = 0, hence the vectors are orthogonal
||v1|| = 1
||v2|| = 1, hence they form an orthonormal basis for R2
R(A) = span{(1/2, -1/2)T, (1/2, -1/2)T, (1/2, 1/2)T, (1/2, 1/2)T} = span{(1/2, -1/2)T, (1/2, 1/2)T}
And from here I am a bit lost. Would I define x as the standard basis for R4 and find projR(A)x ?
The answer from the book is given as
[.5 -.5 0 0]
[-.5 .5 0 0]
[0 0 .5 -.5]
[0 0 -.5 .5]
Thanks
Note: This is from a section before the Gram-Schmidt orthogonalization process
Last edited: