Linear Algebra Flashcards
What does it mean for a matrix A to be symmetric?
A = A’
A’ + B’ = ?
(A+B)’
What is another name for dot product and what is it?
Inner product and you multiply each element of a vector with the other vector and then sum the results
A(BC) = A(B+C) = (A+B)C = (AB)' = (x1+x2)'y =
= (AB)C = AB+ AC = AC + BC = B'A' = x1'y + x2'y
What is the trace of a matrix? [ TRACE(A) = TR(A) ]
The sum of the diagonal entries.
(AB)^-1 = ?
B^-1 * A^-1
det(A^-1) = ?
1/det(A)
When are two vectors orthogonal?
When their dot product is 0
What is a span
The set of all linear combinations of x1 to xn
What is the norm of a vector (Euclidean length)?
||x|| = ?
||x||^2 =?
||x|| = Sqrt(sum i to n (x_i) ^2) ||x|| = sqrt(x'x) ||x||^2 = x'x
Norm of a matrix A?
||A|| = ?
sqrt(sum i to n, sum j to m, x_ij^2)
Quadratic form for a vector x associated with a matrix A?
x’Ax
When is a matrix A positive definite?
When is a matrix A negative definite?
When is a matrix A positive semi-definite?
When is a matrix A negative semi-definite?
x’Ax > 0
x’Ax < 0
x’Ax >= 0
x’Ax <= 0
What is the Range of an m by n matrix A?
The span of the n columns of A
What is the Rank of a matrix A
The number of linearly independent columns