Find the Determinant
Problem
Solution
Perform row operations to simplify the matrix. Subtract 2 times the first row from the fourth row (
(R_4)→(R_4)−2*(R_1) to create zeros in the first column.
Continue row operations to eliminate other elements in the first column. Subtract 8 times the first row from the second row (
(R_2)→(R_2)−8*(R_1) and 7 times the first row from the third row ((R_3)→(R_3)−7*(R_1) .
Expand along the first column now that it contains mostly zeros. The determinant of the
4×4 matrix is equal to1 times the determinant of the remaining3×3 matrix.
Simplify the
3×3 matrix by subtracting 2 times the first row from the second row ((R_2)→(R_2)−2*(R_1) to create a zero in the first column.
Expand along the first column of the
3×3 matrix.
Calculate the
2×2 determinant using the formulaa*d−b*c
Multiply by the remaining factor to find the final result.
Final Answer
Want more problems? Check here!