A matrix is in row echelon form (ref) when it satisfies the following conditions.
The first non-zero element in each row, called the leading entry, is 1.
Each leading entry is in a column to the right of the leading entry in the previous row.
Rows with all zero elements, if any, are below rows having a non-zero element.
4.1 Yes. The matrix
⎝⎛100210−221⎠⎞
is in row echelon form, since matrix satisfies all of the requirements for a row echelon matrix.
But the matrix is not in reduced row echelon matrix.
R1=R1−2R2
⎝⎛100010−621⎠⎞
R1=R1+6R3
⎝⎛100010021⎠⎞
R2=R2−2R3
⎝⎛100010001⎠⎞
4.2 Yes. The matrix
⎝⎛100210−221⎠⎞
is in row echelon form, since matrix satisfies all of the requirements for a row echelon matrix.
But the matrix is not in reduced row echelon matrix.
R1=R1−2R2
⎝⎛100010−621⎠⎞R1=R1+6R3
⎝⎛100010021⎠⎞R2=R2−2R3
⎝⎛100010001⎠⎞
Comments