Find Reduced Row Echelon Form [[1,2,-9,-8],[0,1,7,-3],[0,0,1,7]]
Problem
Solution
Identify the pivot in the third row, which is the
1 in the third column.Eliminate the entries above the third-row pivot by performing row operations on the second and first rows.
Apply the row operation
(R_2)→(R_2)−7*(R_3) to clear the entry in the second row, third column.
Apply the row operation
(R_1)→(R_1)+9*(R_3) to clear the entry in the first row, third column.
Identify the pivot in the second row, which is the
1 in the second column.Eliminate the entry above the second-row pivot by applying the row operation
(R_1)→(R_1)−2*(R_2)
Final Answer
Want more problems? Check here!