Find Reduced Row Echelon Form
Problem
Solution
Create a leading one in the first row by subtracting the second row from the first row (
(R_1)−(R_2)→(R_1) .
Eliminate entries below the first pivot by performing
(R_2)−2*(R_1)→(R_2) (R_3)−4*(R_1)→(R_3) and(R_4)−3*(R_1)→(R_4)
Simplify the second row by dividing by
−10 ((R_2)÷−10→(R_2) .
Eliminate entries in the second column by performing
(R_3)+14*(R_2)→(R_3) and(R_4)+11*(R_2)→(R_4)
Swap rows to get a simpler pivot (
(R_2)↔(R_3) and then multiply the new(R_2) by−1
Eliminate entries above and below the second pivot using
(R_1)−9*(R_2)→(R_1) (R_3)−2*(R_2)→(R_3) and(R_4)+(R_2)→(R_4)
Create a leading one in the third row by dividing by
−3 ((R_3)÷−3→(R_3) .
Eliminate entries above and below the third pivot using
(R_1)+12*(R_3)→(R_1) (R_2)−2*(R_3)→(R_2) and(R_4)−(R_3)→(R_4)
Final Answer
Want more problems? Check here!