Linear Algebra Flashcards

1
Q

For two matrices A and B, is AB = 0 sufficient to say A or B = 0?

A

No

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

What is the transpose of AB?

A

(AB)’ = B’A’

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

What is a diagonal matrix?

A

A square matrix with aij = 0 if i ≠ j

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

What is the inner product of two n-vectors a and b?

A

a . b = a1b1 + … + anbn

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

What are orthogonal vectors?

A

a, b are orthogonal iff a . b = 0
Orthogonal = perpendicular

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

What is the matrix that describes anticlockwise rotation by an angle θ about the origin?

A

cosθ -sinθ
sinθ cosθ

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

What is an orthogonal matrix?

A

A matrix whose transpose is equal to its inverse

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

What is an orthogonal transformation?

A

A transformation that preserves the norms of transformed vectors, corresponding to an orthogonal matrix

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

For some scalar c and some matrix A, what is the inverse of cA?

A

1/c * A-1

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

What is the inverse of a 2x2 matrix?

A

A = a b
c d
A-1
= 1/|A| * d -b
-c a

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

How do you find the inverse of a matrix without using Gaussian elimination?

A

Find the determinant, find the matrix of minors, apply the signs, transpose the matrix, divide by the determinant

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

What are the steps for Gaussian elimination?

A

Set up an augmented matrix with the original matrix on the left and the identity matrix on the right
Perform EROs following this algorithm:
1) swap rows so that the top left is non zero
2) make the rest of the first column 0
3) swap so that the second diagonal entry is non zero
4) clear the rest of the second column
5) clear the top two entries of the third column

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

What are the definitions for the different definitesses of matrices?

A

A is a symmetric nxn matrix, for any n vector v
A is positive definite if v’Av > 0 and v ≠ 0
A is positive semi-definite if v’Av ≥ 0
A is negative definite if v’Av < 0 v ≠ 0
A is negative semi-definite if v’Av ≤ 0

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

What is an idempotent matrix?

A

M = M2

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