midterm 1 Flashcards

1.1, 1.2, 1.3, 1.4, graph and adjacency matrices, 1.5, 1.7, 1.8, 2.1, 9.2, & 9.3

1
Q

when are two systems of linear equations equivalent?

A

when their solution sets are the same

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

a system of linear equations has:

A

1) no solution
2) exactly one solution
3) infinitely many solutions

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

what are the two fundamental questions about a linear system?

A

1) is the system consistent?
2) if a solution exists, is it the only one?

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

what are the conditions for a matrix to be in echelon form?

A

1) all nonzero rows are above any rows of zeros
2) each leading entry of a row is a column to the right of the leading entry in a row above it
3) all entries in a column below a leading entry are zero

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

what are the conditions for a matrix to be in reduced row echelon form?

A

it satisfies all conditions to be in echelon form and:
1) the leading entry in each nonzero row is one
2) each leading one is the only nonzero entry in the column

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

is the echelon form of a matrix unique?

A

no

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

is the reduced echelon form of a matrix unique?

A

yes

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

pivot position

A

the number and spot in the original matrix where a leading one is in the reduced echelon form of the same matrix

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

pivot column

A

a column of a matrix that contains a pivot position

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

when is a linear system consistent?

A

when it has one solution or infinitely many solutions

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

when is a linear system inconsistent?

A

when it has no solution

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

column vector

A

a matrix with only one column

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

row vector

A

a matrix with only one row

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

scalar multiple

A

cu, where u is a vector and c is a scalar

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

u + v = ______

A

v + u

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

(u + v) + w = ______

A

u + (v + w)

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

u + 0 = ______

A

0 + u = u

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

u + (-u) = _____

A

-u + u = 0

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

c(u +v) = _____

A

cu + cv, where c is a scalar and u, v are vectors

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

(c + d)u = ______

A

cu + du, where c, d are scalars and u is a vector

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

c(du) = _____

A

(cd)u, where c, d are scalars and u is a vector

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

1u = ____

A

u

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

Span{v1, …, vp} is

A

the collection of all vectors that can be written in the form c1v1 + c2v2 + …. cpvp

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

asking whether vector b is in Span{v1, …, vp} is the same as asking _________

A

if x1v1 + x2v2 + … + xpvp = b has a solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
if matrix A has a pivot position in every row...
the columns of A span R^n
26
a system of linear equations is homogeneous if:
it can be written in the form Ax = 0
27
what is the trivial solution?
the vector x = 0 that makes Ax = 0
28
what is a nontrivial solution?
when vector x does not equal zero and Ax = 0
29
parametric vector form
x = su + tv
30
two matrices are row equivalent if:
there exists a sequence of elementary row operations that transforms one matrix into the other
31
a system of vectors is linearly independent if _________
the linear combination of the vectors x1v1 + x2v2 + ... + xpvp = 0 has only the trivial solution
32
a system of vectors is linearly dependent if _________
if there exists weights such that c1v1 + c2v2 + ... + cpvp = 0, where at least 1 weight is nonzero
33
when two vectors are multiples of each other, they are __________
linearly dependent
34
if the set of vectors contains the zero vector, then the set is _______
linearly dependent
35
if the set contains more vectors than there are entries in each vector, then the set is _______
linearly dependent
36
a transformation T from IR^n to IR^m is ______
a rule that assigns a vector x in IR^n to a vector T(x) in IR^m
37
domain of T
IR^n (original)
38
codomain of T
IR^m (new)
39
T(x)
the image of x
40
range of T
the set of all images T(x)
41
a transformation T is linear if:
1) T(u + v) = T(u) + T(v) for all u, v in the domain of T 2) T(cu) = cT(u) for all scalars c and all u in the domain of T
42
first part of transformation T being linear
T(u + v) = T(u) + T(v) for all u, v in the domain of T
43
second part of transformation T being linear
T(cu) = cT(u) for all scalars c and all u in the domain of T
44
a transformation T from IR^n to IR^m is ______
a rule that assigns a vector x in IR^n to a vector T(x) in IR^m
45
in the equation Ax = b, what is A and what does A do?
A is a matrix, and it acts on or transforms vector x to produce a new vector b
46
what does a sheer transformation look like?
it stretches the area of the matrix (the sheep is being pulled)
47
dilation / contraction
given a scalar r, define T. IR^2 –> IR^2 by T(x) = rx (multiplying the values by a constant doesn’t change anything but the length of the arrow)
48
dilation criteria
r > 1
49
contraction criteria
0 <= r <= 1
50
A(BC) =
(AB)C
51
A(B + C) =
AB + AC
52
(B + C)A =
BA + CA
53
(A^T)^T =
A
54
(A + B)^T =
A^T + B^T
55
(rA^T) =
(A^T), r scalar
56
(AB)^T =
B^T * A^T
57
two matrices are equal if:
1) they are the same size 2) their columns are equal (all entries are equal)
58
IA =
A
59
A^3 =
A*A*A
60
canonical linear programming problem
maximize f(x) = c^T * x subject to the constraints Ax <=b and x>= 0
61
feasible solution
any vector x that satisfies the constraints Ax <= b and x>= 0
62
feasible set
the set, F, of all feasible solutions
63
slack variable
a nonnegative variable that is added to the smaller side of an inequality to convert it to an equality
64
can a slack variable be negative?
NO
65
when is F an empty set?
when the problem is infeasible
66
when are there arbitrarily large values in F?
when the problem is unbounded
67
unbounded
no maximum
68
infeasible
no solution