Linear Algebra Flashcards

1
Q

What does it mean for a matrix A to be symmetric?

A

A = A’

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

A’ + B’ = ?

A

(A+B)’

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

What is another name for dot product and what is it?

A

Inner product and you multiply each element of a vector with the other vector and then sum the results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A(BC) =
A(B+C) =
(A+B)C = 
(AB)' =
(x1+x2)'y =
A
= (AB)C
= AB+ AC
= AC + BC
= B'A'
= x1'y + x2'y
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the trace of a matrix? [ TRACE(A) = TR(A) ]

A

The sum of the diagonal entries.

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

(AB)^-1 = ?

A

B^-1 * A^-1

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

det(A^-1) = ?

A

1/det(A)

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

When are two vectors orthogonal?

A

When their dot product is 0

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

What is a span

A

The set of all linear combinations of x1 to xn

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

What is the norm of a vector (Euclidean length)?
||x|| = ?
||x||^2 =?

A
||x|| = Sqrt(sum i to n (x_i) ^2)
||x|| = sqrt(x'x)
||x||^2 = x'x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Norm of a matrix A?

||A|| = ?

A

sqrt(sum i to n, sum j to m, x_ij^2)

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

Quadratic form for a vector x associated with a matrix A?

A

x’Ax

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

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?

A

x’Ax > 0
x’Ax < 0
x’Ax >= 0
x’Ax <= 0

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

What is the Range of an m by n matrix A?

A

The span of the n columns of A

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

What is the Rank of a matrix A

A

The number of linearly independent columns

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

What is the null space of a m by n matrix A?

A

the set of all n-dimensional vectors that equal the n-dimensional zero vector (the vector where every entry is 0) when multiplied by A

17
Q

What nullity of a matrix A

A

The dimension of the nullspace of A

18
Q

What is the rank nullity theorem?

A

Rank(A) + Nullity(A) = n

19
Q

What is the projection of a vector x onto the vector space J?

A

It is the vector v in space J that minimized |x-v|

20
Q

Eigenvector of a matrix

Eigenvalue

A

An eigenvector of a matrix A is a vector whose product when multiplied by the matrix is a scalar multiple of itself.

The corresponding multiplier is often denoted as lambda and referred to as an eigenvalue.

In other words, if A is a matrix, v is a eigenvector of A, and lambda is the corresponding eigenvalue, then Av = Lambda*v.

21
Q

What is a basis of a vector space V?

A

A spanning set of vectors x1 to xk that is also linearly independent.

22
Q

What is the column space?

A

The column space is the space spanned by the columns of a matrix A. The rank of A is equal to the number of linearly independent columns of A.

23
Q

What does it mean for a matrix to be nonsingular?

A

The matrix has an inverse

24
Q

What is and how do we calculate it for vectors x and y?

A

That is suggesting the inner product of x and y and we calculate the inner product by doing x’y or y’x since they are vectors.

25
Q

What is the Euclidean distance between vectors x and y ?

A

||x - y||

26
Q

What is an orthonormal basis?

A

Two vectors are said to be orthonormal if they are orthogonal to one another and each has length one

27
Q

What does it mean for a matrix P to be idempotent?

A

PP = P

28
Q

What is consistency?

A

If a system has one or more solutions vectors then it is said to be consistent. Systems without an solutions are said to be inconsistent.