Find Reduced Row Echelon Form [[2,5,8],[-1,0,-1/4],[3,4,27/4]]
Problem
Solution
Swap the first and second rows to get a leading coefficient of
−1 in the top left, then multiply the new first row by−1 to create a leading1
Eliminate the entries below the leading
1 in the first column by performing(R_2)−2*(R_1)→(R_2) and(R_3)−3*(R_1)→(R_3)
Normalize the second row by multiplying
(R_2) by1/5 to create a leading1 in the second column.
Eliminate the entry below the leading
1 in the second column by performing(R_3)−4*(R_2)→(R_3)
Final Answer
Want more problems? Check here!