Find Reduced Row Echelon Form [[2,2,2,0],[-2,5,2,1],[8,1,4,-1]]
Problem
Solution
Divide the first row by
2 to create a leading1 in the first column.
Eliminate the entries below the leading
1 in the first column by adding2 times the first row to the second row and subtracting8 times the first row from the third row.
Divide the second row by
7 to create a leading1 in the second column.
Eliminate the entries above and below the leading
1 in the second column by subtracting the second row from the first row and adding7 times the second row to the third row.
Final Answer
Want more problems? Check here!