Question
Question: How do you determine whether a matrix is in echelon form, reduced echelon form or not in echelon for...
How do you determine whether a matrix is in echelon form, reduced echelon form or not in echelon form?
Solution
Hint : We have to first define the conditions which change a regular matrix into echelon form and reduced echelon form. The row operations have to be done in a particular process to achieve that. From the conditions followed by the matrix we determine whether a matrix is in echelon form, reduced echelon form or not in echelon form.
Complete step by step solution:
There are two types of echelon forms which are achieved by row operations on a matrix. These are row echelon form, reduced echelon form.
First, we describe the forms and their conditions.
A row echelon form is achieved when the first non-zero element in each row 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 will be below the rows having at least one non-zero element.
Example of this form is 1 0 0 0 200031004310.
In reduced echelon form it follows all the conditions followed by the row echelon form in addition with the leading entry in each row is the only non-zero entry in its column.
The example being 1 0 0 0 200001000010
If a matrix after row operations do not follow these rules properly, then we can say that the matrix is not in echelon form.
The example being 1 1 0 0 200032004311.
Note : The matrix operations and steps for the conversion have to be row operations. The processes can be addition, subtraction and multiplied binary operations between the rows.