Find Reduced Row Echelon Form [[1,0,1,9],[0,1,0,8],[0,0,-1,6]]
Problem
Solution
Identify the pivot in the third row, which is
−1 at position(3,3) Normalize the third row by multiplying
(R_3) by−1 to make the pivot a1
Eliminate the entry above the pivot in the third column by subtracting
(R_3) from(R_1)
Verify that the matrix is now in reduced row echelon form, as each leading entry is
1 it is the only non-zero entry in its column, and leading entries move to the right as we go down rows.
Final Answer
Want more problems? Check here!