Find Reduced Row Echelon Form [[6,1,5],[9,24,2]]
Problem
Solution
Divide the first row by
6 to create a leading1 in the first column.
Eliminate the
9 in the second row by subtracting9 times the first row from the second row ((R_2)⇒(R_2)−9*(R_1) .
Normalize the second row by multiplying it by
2/45 to create a leading1 in the second column.
Eliminate the
1/6 in the first row by subtracting1/6 times the second row from the first row ((R_1)⇒(R_1)−1/6*(R_2) .
Simplify the constant in the first row:
5/6+11/270=225/270+11/270=236/270=118/135
Final Answer
Want more problems? Check here!