Find the Determinant [[2,-5,7],[0,-8,1],[3,-2,-1]]
Problem
Solution
Set up the expansion along the first column to take advantage of the zero.
Calculate the first minor by multiplying the element
2 by the determinant of the2×2 matrix remaining after removing the first row and first column.
Calculate the second minor, which is multiplied by
0 so it contributes nothing to the total.
Calculate the third minor by multiplying the element
3 by the determinant of the2×2 matrix remaining after removing the third row and first column.
Sum the results of the cofactor expansion to find the final determinant.
Final Answer
Want more problems? Check here!