1.2 Row Reduction and Echelon Forms Flashcards
What is a non-zero row?
A row with at least one non-zero
What is a leading entry?
The first non-zero number in a row
Which three properties prove that a rectangular matrix is in row echelon form?
- All non-zero rows are above all zero rows
- Each leading entry of a row is in a column to the right of the leading entry in the row above it
- All entries in a column below a leading entry are zeros
what are the properties of a rectangular matrix in reduced echelon form?
The same three properties for row echelon form
- Leading entry in each non-zero row is one
- Each leading one is the only non-zero entry in its column
What is echelon matrix or reduced echelon matrix?
A matrix in echelon form
What does row reduced mean?
Any nonzero matrix may be reduced by elementary row operations into more than one matrix in echelon form
What does an echelon form of A mean?
If matrix A is reduced to an echelon form say U
What does the abbreviation RREF stand for?
Reduced row echelon form
What are pivot positions?
Location in matrix with leading one in reduced echelon form
What are pivot columns?
A column with a leading one
What is a pivot?
A non-zero number in a pivot position that is used as needed to create zeros via row operations
What does backward phase mean?
Reducing a matrix to reduce echelon form
What does the forward phase mean?
Reducing a matrix to echelon form
What does partial pivot mean?
When our computer program usually selects pivot with the largest absolute value
What are basic variables?
The variable that corresponds to a pivot column in a coefficient matrix