Find Reduced Row Echelon Form [[-3,6,21,30],[1,4,9,12]]
Problem
Solution
Write the augmented matrix representing the system.
Swap the first and second rows to obtain a leading
1 in the first row.
Eliminate the first entry in the second row by adding
3 times the first row to the second row.
Divide the second row by
18 to create a leading1 in the second row.
Eliminate the entry above the leading
1 in the second column by subtracting4 times the second row from the first row.
Final Answer
Want more problems? Check here!