Answer:
See the explanation
Explanation:
If we want to find the row echelon form of a given matrix, then it should have the following properties:
- The first non zero element in each row, which is also known as the leading entry, should be 1
- Each leading entry is in the column to the right of the leading entry in the previous row
- If any rows have all zero elements, are placed below the rown with non zero elements.
Add 1 times the 1st row into 2nd row
Add 1 time the 1st row into 3rd row
Add -2 times the 2nd row into 3rd row.