Find Reduced Row Echelon Form [[1,-1,1,-1],[2,1,-3,8],[1,-2,3,-5]]
Problem
Solution
Eliminate the first entries in the second and third rows by performing row operations
(R_2)−2*(R_1)→(R_2) and(R_3)−(R_1)→(R_3)
Swap the second and third rows to make the calculations easier, then multiply the new second row by
−1 to get a leading1
Eliminate the entries above and below the leading
1 in the second column using(R_1)+(R_2)→(R_1) and(R_3)−3*(R_2)→(R_3)
Eliminate the entries above the leading
1 in the third column using(R_1)+(R_3)→(R_1) and(R_2)+2*(R_3)→(R_2)
Final Answer
Want more problems? Check here!