Find the Determinant
Problem
Solution
Perform row operations to create zeros in the first column. Subtract 2 times the second row from the first row (
(R_1)→(R_1)−2*(R_2) , subtract 2 times the second row from the third row ((R_3)→(R_3)−2*(R_2) , and subtract the second row from the fourth row ((R_4)→(R_4)−(R_2) .
Expand along the first column to reduce the matrix to a
3×3 determinant. Since the only non-zero entry in the first column is at(a_21) the determinant is(−1)(2+1)⋅1 times the minor.
Simplify the
3×3 matrix by adding the first row to the second row ((R_2)→(R_2)+(R_1) to create another zero.
Expand along the first column of the
3×3 matrix.
Calculate the
2×2 determinant using the formulaa*d−b*c
Multiply by the external factor to find the final value.
Final Answer
Want more problems? Check here!