All linear algebra Flashcards
What is a linear equation?
An equation that can be written in the form a1x1 + a2x2 + … + anxn = b
What is a system of linear equations?
A collection of one or more linear equations involving the same variables
What is a solution of a system of linear equations?
A list (s1, s2, … sn) of numbers that makes each equation a true statement when the values s1,…,sn are substituted for x1,…,xn, respectively.
What is the solution set of a linear system?
The set of all possible solutions
When are two linear systems equivalent?
When they have the same solution set
What types of solutions can a linear system have?
1 - No solution
2 - One solution
3 - Infinitely many solutions
When is a linear system consistent?
When it has either one solution or many solutions
When is a linear system inconsistent?
When it has no solutions
What is a matrix?
A rectangular array
What is a coefficient matrix?
A matrix containing the coefficients of a linear system
What is an augmented matrix?
The coefficient matrix with an added column containing constants from the right sides of a system of linear equations
What are the elementary row operations?
1- Replacement - Replace one row by the some of itself and a multiple of another row
2- Interchange - Interchange two rows
3- Scaling - Multiply all entries in a row by a nonzero constant
When are two matrices row equivalent?
If there is a sequence of elementary row operations that transforms one matrix into the other.
When do two systems have the same solution set?
When the augmented matrices of the two systems are row equivalent.
When is a rectangular matrix in echelon form?
1- All nonzero rows are above any rows of all zeroes
2- Each leading entry of a row is in a column to the right of the leading entry of the row above it
3- All entries in a column below a leading entry are zeroes
When is a rectangular matrix in reduced echelon form?
When it is in echelon form, AND:
1- The leading entry in each nonzero row is 1
2- Each leading 1 is the only nonzero entry in its column
What is Theorem 1?
Uniqueness of the Reduced Echelon Form:
Each matrix is row equivalent to one and only one reduced echelon matrix.
What is a pivot position in a matrix A?
A location in A that corresponds to a leading 1 in the reduced echelon form of A.
What is a pivot column of matrix A?
A column of A that contains a pivot position
What is a pivot?
A nonzero number in a pivot position that is used as needed to create zeroes via row operations
What is the forward phase of the row reduction algorithm?
The steps required to bring it into echelon form