Find Reduced Row Echelon Form
Problem
Solution
Eliminate the first column entries below the first pivot by performing row operations
(R_2)→(R_2)−0.5*(R_1) (R_3)→(R_3)−0.33*(R_1) and(R_4)→(R_4)−0.25*(R_1)
Normalize the second row by dividing
(R_2) by0.08 to create a pivot of1 in the second column.
Eliminate the second column entries above and below the second pivot using
(R_1)→(R_1)−0.5*(R_2) (R_3)→(R_3)−0.085*(R_2) and(R_4)→(R_4)−0.075*(R_2)
Normalize the third row by dividing
(R_3) by0.0007875 to create a pivot of1
Eliminate the third column entries above and below the third pivot using
(R_1)→(R_1)+0.20125*(R_3) (R_2)→(R_2)−1.0625*(R_3) and(R_4)→(R_4)−0.0078125*(R_3)
Normalize the fourth row by dividing
(R_4) by0.0257 to create a pivot of1
Eliminate the fourth column entries above the fourth pivot using
(R_1)→(R_1)+(R_4) (R_2)→(R_2)−4.857*(R_4) and(R_3)→(R_3)+3.5714*(R_4)
Final Answer
Want more problems? Check here!