finals: sections 1.1 - graph and adjacency matrices Flashcards
what is a linear equation?
a1x1 + a2x2 + … + anxn = b
where
a1, a2, …, an are real or complex numbers
b is a real or complex number
x1, x2, …, xn are variables
when are two linear systems equivalent?
if they have the same solution set
what is a solution set of a linear system?
the set of all solutions that makes all of the linear equations in the system true
a system of linear equations has : (solutions)
- exactly one solution
- infinitely many solutions
- no solution
when is a system of linear equations consistent?
when the system has at least one solution
when is a system of linear equations inconsistent?
when the system has no solution
what is a coefficient matrix?
the coefficients attached to the variables are put into a matrix
what is an augmented matrix?
a coefficient matrix with an added column of constants (that are the entries in the b vector)
what is the size of a matrix?
of rows x # of columns (rows x cols)
what are the three elementary row operations?
- Replacement: replace one row by the sum of itself and a multiple of another row
- Interchange: interchange two rows
- Scaling: multiply all entries in a row by a nonzero constant
when are two matrices row equivalent?
two matrices are row equivalent if there a exists a sequence of elementary row operations that transforms one matrix into another
if the augmented matrices of two linear systems are row equivalent __________________
then the two systems have the same solution set
what are the two fundamental questions about a linear system?
1) is the system consistent? that is, does it have at least one solution?
2) if a solution exists, is it the only one?
what is the leading entry of a row mean?
the leftmost nonzero entry in a nonzero row
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 of the row above it (lower triangle of zeros)
3) all entries in the column below a leading entry are zeros (lower triangle of zeros)