Find Reduced Row Echelon Form [[-1,2,4],[-6,6,24]]
Problem
Solution
Normalize the first row by multiplying
(R_1) by−1 to create a leading1 in the first column.
Eliminate the first column entry in the second row by adding
6 times(R_1) to(R_2)
Normalize the second row by multiplying
(R_2) by−1/6 to create a leading1 in the second column.
Eliminate the second column entry in the first row by adding
2 times(R_2) to(R_1) to reach reduced row echelon form.
Final Answer
Want more problems? Check here!