01 Linear Equations in Linear Algebra Flashcards
consistent system of linear equations
A system of linear equations is said to be consistent if it has either one solution or infinitely many solutions; a system is inconsistent if it has no solution.
Elementary row operations
- Replacement
- Interchange
- Scaling
echelon form
A rectangular matrix is in echelon form (or row echelon form) if it has the following three properties:
- All nonzero rows are above any rows of all zeros
- Each leading entry of a row is in a column to the right of the leading entry of the row above it
- All entries in a column below a leading entry are zeros
If a matrix in echelon form satisfies the following additional conditions, then it is in reduced echelon form:
- The leading entry in each nonzero row is 1
- Each leading 1 is the only nonzero entry in its column
Each matrix is row equivalent to one and only one _____
Each matrix is row equivalent to one and only one reduced echelon matrix
RREF
Reduced Row Echelon Form
pivot position, pivot column
A pivot position in a matrix A is a location in A that corresponds to a leading 1 in the reduced echelon form of A. A pivot column is column of A that contains a pivot position.
RREF places each basic variable in ___ equation
RREF places each basic variable in one and only one equation
The variables corresponding to pivot columns in the matrix are called ____. The other variables are called ____.
The variables corresponding to pivot columns in the matrix are called basic variables. The other variables are called free variables.
Row Reduction Algorithm
…
The solution is not unique because there are ___ variables.
The solution is not unique because there are free variables.
Existence and uniqueness theorem
A linear system is consistent if and only if the rightmost column of the augmented matrix not a pivot column.
Span
If v1, …, vp are in Rn, then the set of all linear combinations of v1, …, vp is denoted by Span{v1, …, vp} and is called the subset of Rn spanned by v1, …, vp.
Asking whether a vector b is in Span {v1, …, vp} amounts to asking whether_____
Asking whether a vector b is in Span {v1, …, vp} amounts to asking whether the linear system with augmented matrix [v1 … vp b] has a solution.
The equation Ax = b has a solution if and only if ___
The equation Ax = b has a solution if and only if b is a linear combination of the columns of A.
Let A be and m x n matrix. Then the following statements are logically equivalent. That is, for a particular A, either they are all true statements or they are all false:
a. For each b in Rm, the equation Ax = b has a solution
b. Each b in Rm is a linear combination of the columns of A
c. The columns of A span Rm.
d. A has a pivot position in every row.