Question about projections and subspaces

  • Context: Undergrad 
  • Thread starter Thread starter JamesGoh
  • Start date Start date
  • Tags Tags
    Projections Subspaces
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
JamesGoh
Messages
140
Reaction score
0
If we want to caculate the projection of a single vector, v=(1,2) (which is an element of an R2 vector space called V) onto the subspace of V (which we call W), do we use

projection of v onto W = <v,w1>w1 + <v,w2>w2 + ... <v,wn>wn

However, if the individual values of v are not known (that is v=(x,y) ), do we calculate the matrix of projection ?

that is, we do A(A[itex]^{T}[/itex]A)[itex]^{-1}[/itex]A[itex]^{T}[/itex]

If we have to determine the matrix of projection, is it because we don't know what x and y is, so the safe bet is to determine the matrix of projection ?
 
Physics news on Phys.org
I really have no idea exactly what are asking. If you have a subspace, W, of an inner product space, V, and [itex]\{w_1, w2, ..., v_n\}[/itex] is an orthonormal basis for W, then, yes, the projection of v, a vector in v, onto W is [itex]<v, w_1>w_1+ <v, w_2>w_2+ ...+ <v, w_n>wn[/itex]. If you v is a "general" vector, then, yes, there exist a matrix such that multiplying any vector v by that matrix giives the projection. That is obviously true because projection is a linear operator. But I have no idea what you mean by "[itex]A(A^TA)^{-1}A^T[/itex]" because I do not know what "A" is. Where did you get the matrix A?
 
sorry A is the matrix that is formed from the basis vectors in subspace W

where W = { basis 1, basis 2 }