Midterm 1 Flashcards

1
Q

Consistent system

A

Has at least one solution

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

Inconsistent system

A

Has no solutions

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

Find orthogonal vector

A

Dot vectors together, must equal zero

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

Formula for finding inverse of a 2x2 matrix

A

(1/det(A)) * [[d, -b], [-c, a]]

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

Determinant formula (2x2 matrix)

A

det(A) = ad-bc

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

Finding inverse of non 2x2 matrix

A

change matrix to rref, apply same operations to an identity matrix

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

system has infinitely many solutions

A

at least one free variable

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

system has no solution

A

solution matrix has zero row, but corresponding vector position is non zero [A|b], [0 0 0|3]

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

system has unique solution

A

for m*n matrix, rank = n (no zero rows, no free variables)

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

linear dependence

A

c1v1+c2v2+c3v3=0, where at least one c is non zero

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

dot product formula

A

u*v = u1v1 + u2v2 … + unvn

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

length of a vector

A

||u|| = square root(u*u)

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

projection of u onto v

A

proj v u = (uv / vv)*v

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

angle (theta) between nonzero u and v

A

cos(theta) = (uv) / (||u||||v||)

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

(AB)^-1 equivalent

A

B^-1 * A^-1

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