Find Reduced Row Echelon Form [[4,5,8],[8,10,-3]]
Problem
Solution
Divide the first row
(R_1) by4 to create a leading1 in the first column.
Eliminate the entry in the first column of the second row by performing the row operation
(R_2)−8*(R_1)→(R_2)
Divide the second row
(R_2) by−19 to create a leading1 in the third column.
Eliminate the entry in the third column of the first row by performing the row operation
(R_1)−2*(R_2)→(R_1)
Final Answer
Want more problems? Check here!