Find Reduced Row Echelon Form [[6,-8,5],[-9,12,7]]
Problem
Solution
Divide the first row by
6 to create a leading1 in the first column.
Eliminate the first entry of the second row by adding
9 times the first row to the second row.
Normalize the second row by multiplying it by
2/29 to create a leading1 in the second row.
Eliminate the entry above the leading
1 in the third column by subtracting5/6 times the second row from the first row.
Final Answer
Want more problems? Check here!