Find Reduced Row Echelon Form
Problem
Solution
Subtract the first row from the second row (
(R_2)−(R_1)→(R_2) to eliminate the variables in the second row.
Subtract the first row from the third row (
(R_3)−(R_1)→(R_3) to eliminate the variables in the third row.
Normalize the second row by dividing by
−14 (−1/14*(R_2)→(R_2) to create a leading one.
Eliminate the constant in the third row by adding the second row to the third row (
(R_3)+(R_2)→(R_3) .
Eliminate the constant in the first row by subtracting 12 times the second row from the first row (
(R_1)−12*(R_2)→(R_1) .
Divide the first row by
3*a (1/(3*a)*(R_1)→(R_1) , assuminga≠0 to set the first leading coefficient to 1.
Final Answer
Want more problems? Check here!