Find Reduced Row Echelon Form [[6,-4,10],[-1,0,6],[10,7,-4]]
Problem
Solution
Swap the first and second rows to get a leading coefficient of
−1 in the first row.
Multiply the first row by
−1 to create a leading1
Eliminate the first column entries below the leading
1 by performing(R_2)−6*(R_1)⇒(R_2) and(R_3)−10*(R_1)⇒(R_3)
Divide the second row by
−4 to create a leading1 in the second row.
Eliminate the second column entry below the leading
1 by performing(R_3)−7*(R_2)⇒(R_3)
Divide the third row by
136.5 to create a leading1 in the third row.
Eliminate the third column entries above the leading
1 by performing(R_1)+6*(R_3)⇒(R_1) and(R_2)+11.5*(R_3)⇒(R_2)
Final Answer
Want more problems? Check here!