Find Reduced Row Echelon Form
Problem
Solution
Simplify the fractions and decimals in the matrix to make calculations easier.
Normalize the first row by multiplying
(R_1) by−13/4 to create a leading 1.
Eliminate the first column entries below the leading 1 by performing
(R_2)→(R_2)+12/13*(R_1) and(R_3)→(R_3)−3/13*(R_1)
Normalize the second row by multiplying
(R_2) by−7/12 to create the next leading 1.
Eliminate the second column entries above and below the leading 1 by performing
(R_1)→(R_1)+13/14*(R_2) and(R_3)→(R_3)−9/14*(R_2)
Normalize the third row by multiplying
(R_3) by13/10 to create the final leading 1.
Eliminate the third column entries above the leading 1 by performing
(R_1)→(R_1)+1/2*(R_3) and(R_2)→(R_2)+7/13*(R_3)
Final Answer
Want more problems? Check here!