Find Reduced Row Echelon Form [[1,1,1,180],[1,0,-1,59],[-1,-1,1,8]]
Problem
Solution
Eliminate the first entries in the second and third rows by performing row operations
(R_2)−(R_1)→(R_2) and(R_3)+(R_1)→(R_3)
Normalize the second and third rows by multiplying
(R_2) by−1 and(R_3) by1/2
Eliminate the entries above the pivot in the third column by performing
(R_2)−2*(R_3)→(R_2) and(R_1)−(R_3)→(R_1)
Eliminate the entry above the pivot in the second column by performing
(R_1)−(R_2)→(R_1)
Final Answer
Want more problems? Check here!