Find Reduced Row Echelon Form [[3,-2,0],[8,-3,4],[13,-2,0]]
Problem
Solution
Divide the first row
(R_1) by3 to create a leading1 in the first column.
Eliminate the first column entries below the leading
1 by performing(R_2)−8*(R_1)→(R_2) and(R_3)−13*(R_1)→(R_3)
Divide the third row
(R_3) by20/3 to create a leading1 in the second column (swapping or scaling for simplicity).
Swap
(R_2) and(R_3) to position the leading1 correctly.
Eliminate the second column entries above and below the leading
1 in(R_2) by performing(R_1)+2/3*(R_2)→(R_1) and(R_3)−7/3*(R_2)→(R_3)
Divide the third row
(R_3) by4 to create a leading1 in the third column.
Final Answer
Want more problems? Check here!