Find Reduced Row Echelon Form [[1,-3,4,7],[0,1,2,2],[0,0,1,5]]
Problem
Solution
Identify the pivot in the third row, which is the
1 in the third column. Use this pivot to eliminate the entries above it in the third column.Eliminate the entry in the second row, third column by performing the row operation
(R_2)→(R_2)−2*(R_3)
Eliminate the entry in the first row, third column by performing the row operation
(R_1)→(R_1)−4*(R_3)
Identify the pivot in the second row, which is the
1 in the second column. Use this pivot to eliminate the entry above it in the second column.Eliminate the entry in the first row, second column by performing the row operation
(R_1)→(R_1)+3*(R_2)
Final Answer
Want more problems? Check here!