Find Reduced Row Echelon Form [[7,2,2],[2,2,7]]
Problem
Solution
Divide the first row by
7 to create a leading1 in the first column.
Eliminate the
2 in the second row by subtracting2 times the first row from the second row ((R_2)⇒(R_2)−2*(R_1) .
Normalize the second row by multiplying it by
7/10 to create a leading1 in the second column.
Eliminate the
2/7 in the first row by subtracting2/7 times the second row from the first row ((R_1)⇒(R_1)−2/7*(R_2) .
Final Answer
Want more problems? Check here!