Systems of Linear Equations and Gaussian Elimination Flashcards

1
Q

What kind of solutions can a system of linear equations have?

A
  1. no solution
  2. one solution
  3. infinitely many solutions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can you solve linear systems?
i.e. x1 - 2x2 + x3 = 0
2x2 - 8x3 = 8

A

using a matrix also called coefficient matrix
1 -2 1 0
0 2 -8 8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What possible actions can you take to solve a linear system?

A
  1. replace on equation by a sum of itself and a multiple of the other equation
  2. inter change two rows
  3. multiply all terms in an equation with a non-zero constant
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two fundamental questions about a linear system?

A
  1. Is the system consistent that is does at least one solution exist
  2. If a solution exists is it the only one that is is the solution unique?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What three properties have to be fulfilled for a matrix to be in row echelon form?

A
  1. All non-zero rows are above any rows of all zeros
  2. Each leading entry of a row is one column to the right of the leading entry of the row above it
  3. all entries in a column below a leading entry are zero
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When is a matrix in reduced row echelon form?

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a pivot position in a matrix A?

what is a pivot column?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

does a 0 = 0 line in a linear system make it inconsistent?

A

NO!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are basic variables?

A

the variables corresponding to pivot columns are called basic variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are free variables?

A

The variables that are non-basic variables (do not correspond to pivot columns)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly