Orthogonal Projections: Same Thing or Not?

  • Context: High School 
  • Thread starter Thread starter Isaac0427
  • Start date Start date
  • Tags Tags
    Orthogonal Projections
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
4 replies · 2K views
Isaac0427
Insights Author
Gold Member
Messages
718
Reaction score
163
TL;DR
Why is the orthogonal projection formula written as ##P_A=A(A^TA)^{-1}A^T## as opposed to ##P_A=(A^T)^{-1}A^T##?
Physics news on Phys.org
You can't simplify ##(A^TA)^{-1}=A^{-1}(A^T)^{-1}## since ##A## is not a square matrix.

@fresh_42 I think ##A## is a matrix whose columns form a basis for the subspace of the projection, not the projection matrix itself.
 
Infrared said:
You can't simplify (ATA)−1=A−1(AT)−1 since A is not a square matrix.
Ah, that's what I was missing. Ok, thank you.
 
Infrared said:
@fresh_42 I think A is a matrix whose columns form a basis for the subspace of the projection, not the projection matrix itself.
And yes. I see though that it would all be meaningless if they were invertible matrices, as then the span of A would be all of ##\mathbb{R}^n##, and a vector in ##\mathbb{R}^n##'s projection onto ##\mathbb{R}^n## is just itself.