1.1 System of Linear Equations & 1.2 Flashcards
What is Linear Algebra?
Linear algebra is the study of vector spaces.
System of linear equations(or a linear system)
…is a collection of one or more linear equations involving the same variables - x1 …. x n
Solution
A solution of the system is a list (s-1 , …, s-n) of numbers that makes each equation true statement….
Solution Set
The set of all possible solutions
Equivalent
…
Consistent Solution
two possibilities:
(a) exactly one solution
(b) infinite number if solutions
Inconsistent
no solution
What are the elementary row operations
- Replacement
- Interchange
- Scaling
“If the augmented matrices of two linear systems are row equivalent….”
“… then the two systems have the same solution set. “
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.
A matrix in reduced echelon form or reduced row echelon form:
1-3 above: is a row echelon matrix
- The leading entry in each nonzero row is 1.
- Each leading entry 1 is the only nonzero entry in its column.
Theorem: Uniqueness of the Reduced Echelon Form
Each matrix is row equivalent to one and only one reduced echelon matrix.
(expand def later)
What is a pivot?
A pivot in a matrix A is a location in A that corresponds to a leading 1 in the reduced echelon form of A.
What is a pivot column?
A pivot column is a column of A that contains a pivot.
Describe the Pivot process
Pivot Process:
- The top of the leftmost nonzero column is the first pivot position. A nonzero entry, or pivot, must be placed in this position.
- Create zeros below the pivot, 1, by adding multiples of the first row to the rows below, and obtain the next matrix.