Find Reduced Row Echelon Form
Problem
Solution
Eliminate the first entry in the second and third rows by adding the first row to the second row (
(R_2)+(R_1)→(R_2) and subtracting 8 times the first row from the third row ((R_3)−8*(R_1)→(R_3) .
Eliminate the second entry in the third row by adding 3 times the second row to the third row (
(R_3)+3*(R_2)→(R_3) .
Normalize the third row by dividing it by 9 (
(R_3)/9→(R_3) .
Eliminate the fourth entry in the first and second rows by subtracting 3 times the third row from the first row (
(R_1)−3*(R_3)→(R_1) and adding the third row to the second row ((R_2)+(R_3)→(R_2) .
Normalize the second row by dividing it by 3 (
(R_2)/3→(R_2) .
Eliminate the second entry in the first row by subtracting 2 times the second row from the first row (
(R_1)−2*(R_2)→(R_1) .
Final Answer
Want more problems? Check here!