Unit 3 Flashcards
Transpose
a function that swaps rows and cols
symbol for transpose
a vector to the power of T
what is V^T)^T equal to
V
what is L^T equal to
U and vise versa
what is P^T *P equal to
PP^T and Identity
what is P^T equal to
P^-1
what is (A*B)^T equal to
B^T A^T
what is norm
the sum of every item in a vector squared then square rooted
notation for norm of v
||V||
what is a scalar value (lowercase alpha) multiplied by the norm of a vector
the norm of the vector multiplied by scalar value
what is norm squared of v
V^t * V
what is the error
e(x) and the goal is to make it as small as possible
notation for best approx of x
x*
what is required to find the best fit line of x
columns of a must be linearly independent
meaning of e(x) being 0
means that the system has a unique solution