Least squares approximation (deriving the Pseudo Inverse)

Video

#Math #Linear_Algebra

Table of Contents:


Derivation of the Pseudo Inverse using the Least Squares Approximation

Introduction to the Problem


Step 1: Introducing Least Squares Approximation (Minimizing the Distance)

To find an approximate solution, we introduce the concept of the least squares approximation:


Step 2: Projection onto Column Space

Question: Is there an easier way to find x without using the projCol(A)(b)?
Answer: Yes, there is! We can use the Orthogonal Complement and Null Space


Step 3: Orthogonal Complement and Null Space


Step 4: Deriving the Least Squares Solution


Conclusion


↩️ Go Back