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
when are two systems of linear equations equivalent?
when their solution sets are the same
a system of linear equations has:
1) no solution
2) exactly one solution
3) infinitely many solutions
what are the two fundamental questions about a linear system?
1) is the system consistent?
2) if a solution exists, is it the only one?
what are the conditions for a matrix to be in echelon form?
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
what are the conditions for a matrix to be in reduced row echelon form?
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
is the echelon form of a matrix unique?
no
is the reduced echelon form of a matrix unique?
yes
pivot position
the number and spot in the original matrix where a leading one is in the reduced echelon form of the same matrix
pivot column
a column of a matrix that contains a pivot position
when is a linear system consistent?
when it has one solution or infinitely many solutions
when is a linear system inconsistent?
when it has no solution
column vector
a matrix with only one column
row vector
a matrix with only one row
scalar multiple
cu, where u is a vector and c is a scalar
u + v = ______
v + u
(u + v) + w = ______
u + (v + w)
u + 0 = ______
0 + u = u
u + (-u) = _____
-u + u = 0
c(u +v) = _____
cu + cv, where c is a scalar and u, v are vectors
(c + d)u = ______
cu + du, where c, d are scalars and u is a vector
c(du) = _____
(cd)u, where c, d are scalars and u is a vector
1u = ____
u
Span{v1, …, vp} is
the collection of all vectors that can be written in the form c1v1 + c2v2 + …. cpvp
asking whether vector b is in Span{v1, …, vp} is the same as asking _________
if x1v1 + x2v2 + … + xpvp = b has a solution
if matrix A has a pivot position in every row…
the columns of A span R^n
a system of linear equations is homogeneous if:
it can be written in the form Ax = 0
what is the trivial solution?
the vector x = 0 that makes Ax = 0