1.2 Gaussian Elimination and Gauss-Jordan Elimination Flashcards

1
Q

Define matrix

A

A rectangular array denoted by m x n. m and n are positive integers defining number of rows and columns respectively. Normally named using capital letters.

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

entry

A

Number in a matrix. Denoted by aij, where index i is the row subscript and j is the column subscript

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

real matrix

A

A matrix in which each entry is a real number

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

Size of the matrix

A

Number of rows x number of columns

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

Square matrix

A

A matrix with the same # of rows and columns

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

A matrix with 4 rows and columns is ______ 4. The main diagonal entries of such a matrix would be ________.

A

square of order; a11, a22, a33, a44

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

The matrix containing only the coefficients of the system

A

coefficient matrix

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

The matrix derived from the coefficients and constant terms of a system of linear equations

A

augmented matrix

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

Name and list the matrix equivalent of the three operations that produce equivalent systems of linear equations

A

elementary row operations:

  1. Interchange two rows.
  2. Multiply a row by a nonzero constant.
  3. Add a multiple of a row to another row.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

List the properties of a matrix in row-echelon form

A
  1. Any rows consisting entirely of zeros occur at the bottom of the matrix.
  2. For each row that does not consist entirely of zeros, the first nonzero entry is (called a leading 1).
  3. For two successive (nonzero) rows, the leading 1 in the higher row is farther to the left than the leading 1 in the lower row.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A matrix in row-echelon form is in reduced row-echelon form when every column that has a leading 1 has zeros in every position ________its leading 1

A

above and below

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

(T/F) Every matrix is row-equivalent to a matrix in row-echelon form

A

True

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

Describe the three steps involved in Gaussian Elimination with back-substitution

A
  1. Write the augmented matrix of the system of linear equations.
  2. Use elementary row operations to rewrite the matrix in row-echelon form.
  3. Write the system of linear equations corresponding to the matrix in row-echelon form, and use back-substitution to find the solution.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

During Gaussian Elimination with back-substitution, you should operate _______ by _________ to obtain 0s in entries directly below leading 1s

A

left to right; columns

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

If during Gaussian Elimination you obtain a row of all zeros except for the last entry, you should conclude _________

A

The system has no solution, and is inconsistent

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

In Gauss-Jordan elimination, elementary row operations are performed until a _______ form is obtained

A

reduced row-echelon

17
Q

A homogenous system with more variables than equations has _______ solutions

A

infinitely many

18
Q

Explain why a homogenous system of linear equations will be consistent

A

A homogenous system will always be consistent because the zero solution (aka the trivial solution) will solve the system

19
Q

Systems of linear equations in which each of the constant terms is zero are ______

A

homogenous