Multiply the Matrices
Problem
Solution
Identify the initial matrix
A to be reduced to its Reduced Row Echelon Form (RREF).
Eliminate the entry in the first column of the third row by performing the row operation
(R_3)→(R_3)−(R_1)
Eliminate the entry in the second column of the third row by performing
(R_3)→(R_3)+(R_2)
Eliminate the entry in the third column of the fourth row by performing
(R_4)→(R_4)+(R_3)
Normalize the third row by multiplying by
−1 ((R_3)→−(R_3) .
Eliminate entries above the pivot in the fourth column by performing
(R_3)→(R_3)+(R_4)
Eliminate entries above the pivot in the third column by performing
(R_1)→(R_1)−(R_3)
Eliminate entries above the pivot in the second column by performing
(R_1)→(R_1)−(R_2)
Final Answer
Want more problems? Check here!