Find Reduced Row Echelon Form [[12,-15,9],[-2,3,4],[8,-10,6]]
Problem
Solution
Divide the first row
(R_1) by12 to create a leading1 in the first column.
Eliminate the first column entries below the leading
1 by performing(R_2)+2*(R_1)⇒(R_2) and(R_3)−8*(R_1)⇒(R_3)
Divide the second row
(R_2) by0.5 to create a leading1 in the second column.
Eliminate the entry above the leading
1 in the second column by performing(R_1)+1.25*(R_2)⇒(R_1)
Final Answer
Want more problems? Check here!