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