Find Reduced Row Echelon Form [[1,4,-13,-32],[0,1,-4,-6]]
Problem
Solution
Identify the pivot in the second row, which is the
1 in the second column.Eliminate the entry above the pivot by performing the row operation
(R_1)→(R_1)−4*(R_2) Calculate the new values for the first row:
1 - 4(0) = 1, - 4(1) = 0, 13 - 4(-4) = 3,a*n*d 32 - 4(-6) = -8$.Write the resulting matrix in reduced row echelon form.
Final Answer
Want more problems? Check here!