Find Reduced Row Echelon Form [[3,-2,0],[6,-4,-8],[1,12,-2]]
Problem
Solution
Swap rows to place a
1 in the first pivot position by moving the third row to the first row.
Eliminate the entries below the first pivot by performing
(R_2)−6*(R_1)→(R_2) and(R_3)−3*(R_1)→(R_3)
Scale the second row by dividing by
−76 to create a leading1
Eliminate the entries above and below the second pivot by performing
(R_1)−12*(R_2)→(R_1) and(R_3)+38*(R_2)→(R_3)
Scale the third row by dividing by
4 to create the final leading1
Eliminate the entries above the third pivot by performing
(R_1)+26/19*(R_3)→(R_1) and(R_2)+1/19*(R_3)→(R_2)
Final Answer
Want more problems? Check here!