Find Reduced Row Echelon Form [[2,-3,-2],[2,1,1],[3,2,1]]
Problem
Solution
Create a leading one in the first row by subtracting the first row from the third row to get a
1 then swapping it to the top.
Eliminate entries below the leading one in the first column.
Create a leading one in the second row by multiplying the second row by
−1/9
Eliminate entries above and below the leading one in the second column.
Create a leading one in the third row by multiplying by the reciprocal.
Eliminate entries above the leading one in the third column.
Final Answer
Want more problems? Check here!