Simplify the Matrix
Problem
Solution
Identify the goal to simplify the matrix into its reduced row echelon form (RREF).
Normalize the fourth row by dividing by
−3 to create a leading1 in the last row.
Eliminate the entry in the third row, fifth column by performing
(R_3)→(R_3)−4*(R_4)
Eliminate the entry in the second row, fifth column by performing
(R_2)→(R_2)−7*(R_4)
Eliminate the entry in the first row, fifth column by performing
(R_1)→(R_1)+7*(R_4)
Final Answer
Want more problems? Check here!