Find Reduced Row Echelon Form [[7,2,1,0],[3,7,0,1]]
Problem
Solution
Normalize the first row by multiplying
(R_1) by1/7 to create a leading1 in the first column.
Eliminate the first column entry in the second row by subtracting
3 times(R_1) from(R_2)
Normalize the second row by multiplying
(R_2) by7/43 to create a leading1 in the second column.
Eliminate the second column entry in the first row by subtracting
2/7 times(R_2) from(R_1)
Final Answer
Want more problems? Check here!