Your report must include the problems, results, and ALL Matlab/Freemat code (can be screenshots) following at the end of the report. Write Matlab/Freemat code to compute the following:
1. A row echelon form of any 3x4 matrix.
2. A reduced row echelon form of any 3x4 matrix (you cannot use the rref() command).
3. Note: This should be only ONE code and should work for the three problems below.
Use ONLY ONE code above to solve the following system of equations:
1. 2x1 + 3x2 + 3 = 2
-1 - x2 + 5x3 = 2
3x1 - 2x2 - x3 = 5
4x2 + 2x3 = 5
2. -x1 + 3x3 = 2
31 + 2x2 = 1
42 + 3 = 2
3. 1 - 2 + 5x3 = 3
71 - 2x2 = -1