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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Equation for xhat

A

xhat = (A^TA)^-1 A^T b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Equation for p (projection of b onto the column space)

A

p = [A (A^TA)^-1 A^T] b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Equation for P (projection matrix)

A

P = A (A^TA)^-1 A^T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Equation for e (error vector)

A

e = b - Axhat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly