Find Reduced Row Echelon Form [[1,3,6],[1,4,5]]
Problem
Solution
Identify the first pivot in the first row, which is already
1 at position(1,1) Eliminate the entry below the first pivot by performing the row operation
(R_2)−(R_1)→(R_2)
Identify the second pivot in the second row, which is
1 at position(2,2) Eliminate the entry above the second pivot to create a zero at position
(1,2) by performing the row operation(R_1)−3*(R_2)→(R_1)
Final Answer
Want more problems? Check here!