SOLUTION: A Matrix is given. a) Determine whether the matrix is in row-echelon form. b) Determine whether the matrix is reduced row-echelon form c). write the system of equations for which t

Algebra ->  Matrices-and-determiminant -> SOLUTION: A Matrix is given. a) Determine whether the matrix is in row-echelon form. b) Determine whether the matrix is reduced row-echelon form c). write the system of equations for which t      Log On


   



Question 863932: A Matrix is given. a) Determine whether the matrix is in row-echelon form. b) Determine whether the matrix is reduced row-echelon form c). write the system of equations for which the given matrix is the augmented matrix.
1 2 8 0
0 1 3 2
0 0 0 0
I just got into this chapter. Very confusing please. Thank you.

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
The matrix 




is in row echelon form because:

(1) every row with any non-zeros has 1 as its as its
leftmost non-zero element (called its "leading 1".
(2) the leading 1's have no non-zero elements below them,
(3) the leading 1 on the 2nd row is farther to the
right than the leading row in the 1st row.
(4) the only all-zero row is at the bottom. 

---------------------------------------------------
 
However, the matrix:



is NOT in REDUCED row-echelon form. 
That's because the leading (red) 1 in the 
second row has the non-zero (green) 2 ABOVE it.
To be in REDUCED row-echelon form, the matrix
must be in row echelon form, but also it must
have this additional property:

The leading 1's must have no non-zero elements ABOVE them.

To get it in reduced row-echelon form
we'd have to get a zero where the green 2
is.  So we'd need to multiply the second row
%28matrix%281%2C4%2C+0%2C+red%281%29%2C+3%2C+2%29%29 
by -2, getting
%28matrix%281%2C4%2C+0%2C+red%28-2%29%2C+-6%2C+-4%29%29
and add it element by element to the first row:
%28matrix%281%2C4%2C+1%2B0%2C+red%28-2%29%2Bgreen%282%29%2C+8-6%2C+0-4%29%29
Getting:
%28matrix%281%2C4%2C+1%2C0%2C+2%2C+-4%29%29
and replace the first row by that and get:



Now it's in reduced row-echelon form, because the
leading 1's have no elements above or below them,
and the 2nd row's leading 1 is further to the right
than the 1st row's leading 1.  Also the all-zero
row is at the bottom.

----------------------------------------

The system of equations for which the  given  matrix 



is the augmented matrix is this system:

system%281x%2B2y%2B8z=0%2C+0x%2B1y%2B3z=2%2C0x%2B0y%2B0z=0%29

Edwin