Find Reduced Row Echelon Form [[1,-4,2],[-2,8,-9],[-1,7,0]]
Problem
Solution
Eliminate the first entries in the second and third rows by adding multiples of the first row.
Swap the second and third rows to position a non-zero pivot in the second column.
Normalize the second and third rows by dividing each row by its leading coefficient.
Eliminate the entries above the pivot in the third column.
Eliminate the entry above the pivot in the second column.
Final Answer
Want more problems? Check here!