Find Reduced Row Echelon Form
Problem
Solution
Create a leading one in the first row by multiplying
(R_1) by1/4
Eliminate entries below the first pivot by performing
(R_2)→(R_2)+8*(R_1) and(R_3)→(R_3)−16*(R_1)
Create a leading one in the second row by multiplying
(R_2) by1/3
Eliminate entries above and below the second pivot by performing
(R_1)→(R_1)−3/4*(R_2) and(R_3)→(R_3)+9*(R_2)
Final Answer
Want more problems? Check here!