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