Find Reduced Row Echelon Form [[1,1,0,1,-2],[1,-1,0,-1,2]]
Problem
Solution
Identify the first pivot in the first row, which is the
1 in the first column.Eliminate the entry below the first pivot by performing the row operation
(R_2)−(R_1)→(R_2)
Normalize the second row to create a leading
1 by dividing(R_2) by−2 which is the operation−1/2*(R_2)→(R_2)
Eliminate the entry above the second pivot by performing the row operation
(R_1)−(R_2)→(R_1)
Final Answer
Want more problems? Check here!