Linear Algebra Approximations Flashcards
1
Q
What is the equation to estimate a b vector that is outside of the column space of A?
A
A xhat = p
p is the projection of the b vector onto the column space
2
Q
Equation for xhat
A
xhat = (A^TA)^-1 A^T b
3
Q
Equation for p (projection of b onto the column space)
A
p = [A (A^TA)^-1 A^T] b
4
Q
Equation for P (projection matrix)
A
P = A (A^TA)^-1 A^T
5
Q
Equation for e (error vector)
A
e = b - Axhat
6
Q
Equation for finding E with partial derivatives
A
E=||A(xhat)-b||^2
Take partials of E with respect to xhat, set them equal to zero (to minimize E) and solve for the components of the xhat matrix.