Systems of Linear Equations and Gaussian Elimination Flashcards
What kind of solutions can a system of linear equations have?
- no solution
- one solution
- infinitely many solutions
How can you solve linear systems?
i.e. x1 - 2x2 + x3 = 0
2x2 - 8x3 = 8
using a matrix also called coefficient matrix
1 -2 1 0
0 2 -8 8
What possible actions can you take to solve a linear system?
- replace on equation by a sum of itself and a multiple of the other equation
- inter change two rows
- multiply all terms in an equation with a non-zero constant
What are the two fundamental questions about a linear system?
- Is the system consistent that is does at least one solution exist
- If a solution exists is it the only one that is is the solution unique?
What three properties have to be fulfilled for a matrix to be in row echelon form?
- All non-zero rows are above any rows of all zeros
- Each leading entry of a row is one column to the right of the leading entry of the row above it
- all entries in a column below a leading entry are zero
When is a matrix in reduced row echelon form?
when it fulfills all conditions for the row echelon form and additionally
- the leading entry in each nonzero row is 1
- each leading 1 is the only non-zero entry in its column
What is a pivot position in a matrix A?
what is a pivot column?
the position of a leading one in the reduced row echelon form
A pivot column is a column of A that contains a pivot position
does a 0 = 0 line in a linear system make it inconsistent?
NO!
What are basic variables?
the variables corresponding to pivot columns are called basic variables
what are free variables?
The variables that are non-basic variables (do not correspond to pivot columns)