Find Reduced Row Echelon Form [[4,4,8,0],[-12,-12,-24,0],[0,-3,-9,0]]
Problem
Solution
Divide the first row
(R_1) by4 to create a leading1 in the first column.
Eliminate the entry in the second row, first column by adding
12 times(R_1) to(R_2)
Swap the second row
(R_2) and the third row(R_3) to move the non-zero row up.
Divide the second row
(R_2) by−3 to create a leading1 in the second column.
Eliminate the entry in the first row, second column by subtracting
(R_2) from(R_1)
Final Answer
Want more problems? Check here!