Systems of Linear Equations and Gaussian Elimination Flashcards
What is a system of linear equations?
A system of linear equations is a collection of one or more linear equations involving the same variables.
The set of all possible solutions of a linear system is called …
… the solution set of the linear system.
When are two linear systems equivalent?
When they have the same solution set.
There are three possibilities when it comes to arriving at a solution for a system of linear equations.
What are thoooooose?
- no solution (graphically, when the function lines are parallel, they never intersect)
- exactly one solution (the lines intersect in one point)
- infinitely many solutions (the lines overlay at some point)
What is the difference between a coefficient matrix and a augmented matrix?
The coefficient matrix only includes the values from the system of linear equation on the left side of the equal signs, that is, only the ones corresponding to the x’s.
The augmented matrix consists of the coefficient matrix with an added column containing the constants from the right side of the equal signs.
“3 x 4” matrix. Read it and say how many columns and rows.
“three by four matrix”
three ROWS
four COLUMNS
What is the basic strategy to solve a system of linear equations? (You do that through iterations every time)
The basic strategy is to replace the system with an equivalent that is easier to solve.
What are the three basic operations that are used to simplify a linear system?
- Replace one equation by the sum of itself and a multiple of another equation (REPLACEMENT)
- Interchange two equations (INTERCHANGE)
- Multiply all terms in an equation with a non-zero constant (SCALING)
When are two matrices called row equivalent?
Two matrices are called row equivalent if there is a sequence of elementary row operations that transforms one matrix into the other.
When is a system of linear equations consistent?
A consistent system of equations has at least one solution, and an inconsistent system has no solution.
In a nonzero row (having at least one entry that is not 0) what is a leading entry?
A leading entry of a row refers to the leftmost nonzero entry.
A rectangular matrix is in 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
Additional to the three properties that a matrix has to fulfil to be in echelon form, what other two properties does it need to fulfil to be in reduced echelon form?
- The leading entry in each nonzero row is 1
5. Each leading entry is the only nonzero entry in its column
What is an echelon matrix?
A matrix that is in echelon form.
What is a diagonal matrix?
A n x n matrix whose non-diagonal entries are 0.