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.
![\left[\begin{array}{cccc}1&3&-2&400\\-1&-2&-1&-100\\-1&-1&-3&700\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/4rppl7457fjge241qw648c5zyjq0483ob5.png)
Add 1 times the 1st row into 2nd row
![\left[\begin{array}{cccc}1&3&-2&400\\0&1&-3&300\\-1&-1&-3&700\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/ivryk9hch2pdvx4iin17s606um4f29yrph.png)
Add 1 time the 1st row into 3rd row
![\left[\begin{array}{cccc}1&3&-2&400\\0&1&-3&300\\0&2&-5&1100\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/55vi5pknjq49q20bwt0xhdvt1vb8dzljq2.png)
Add -2 times the 2nd row into 3rd row.
![\left[\begin{array}{cccc}1&3&-2&400\\0&1&-3&300\\0&0&1&500\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/gebt4gdvdg3m486cqoj5ctft2sgbtppzsq.png)