Find Reduced Row Echelon Form
Problem
Solution
Normalize the first row by dividing
(R_1) by3 to create a leading1
Eliminate the first column entries below the leading
1 by performing(R_3)−2*(R_1)→(R_3) and(R_4)−2*(R_1)→(R_4)
Normalize the second row by dividing
(R_2) by42 to create the next leading1
Eliminate the second column entries above and below the leading
1 in(R_2)
Final Answer
Want more problems? Check here!