Find Reduced Row Echelon Form [[1,2,-3],[2,-1,4],[4,3,-2]]
Problem
Solution
Eliminate the first entries in the second and third rows by performing row operations
(R_2)−2*(R_1)→(R_2) and(R_3)−4*(R_1)→(R_3)
Normalize the second row by dividing by
−5 using the operation−1/5*(R_2)→(R_2)
Eliminate the second entry in the third row by performing the operation
(R_3)+5*(R_2)→(R_3)
Eliminate the entry above the leading
1 in the second column by performing the operation(R_1)−2*(R_2)→(R_1)
Final Answer
Want more problems? Check here!