1.2 Gaussian Elimination Flashcards

1
Q

numerical analysis

A

development and analysis of methods to approximate the solutions of mathematical problems

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

reduced row echelon form

A

a matrix is in reduced row echelon form if and only if it is in row echelon form, all its pivots are equal to 1 and the pivots are the only non-zero entries of the basic columns

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

leading 1

A

the first non-zero entry in a row of a matrix that is in reduced row-echelon form

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

row echelon form

A

the matrix in echelon form can contain any values as its non-zero entries,

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

leading variables

A

a variable that corresponds to a column in a reduced row-echelon form (RREF) matrix that contains a leading one

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

free variables

A

a variable that has no limitations or restrictions

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

elimination procedure

A

a systematic way to solve linear equations by removing one variable at a time

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

Gauss–Jordan elimination

A

creating an augmented matrix of both sides of our equations, changing this matrix into reduced row echelon form, and then finishing up the problem to find our solution.

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

forward phase

A

Reducing a matrix to echelon form

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

backward phase

A

reducing a matrix to a reduced echelon form

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

homogeneous

A

a system where all the constants on the right side of the equals sign are zero

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

trivial solution

A

a solution to a system of linear equations where all variables are equal to zero

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

nontrivial solutions

A

a non-zero solution to a matrix equation

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

back-substitution

A

values are substituted back into the equations starting from the last variable and moving towards the first variable to find the solution

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

pivot positions

A

a location that corresponds to a leading 1 in the matrix’s reduced echelon form

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

pivot column

A

a column in a matrix that contains a pivot, which is the first nonzero entry in a row of a matrix in row-echelon form

17
Q

roundoff

A

the difference between an approximation of a number used in computation and its exact (correct) value

18
Q

unstable

A

when successive calculations may degrade an answer to a degree that makes it useless