Find the Determinant [[-5,-2,-1],[3,0,5],[-8,1,-5]]
Problem
Solution
Set up the expansion along the first row using the formula for a
3×3 determinant.Calculate the first minor by multiplying
−5 by the determinant of the2×2 matrix remaining after removing the first row and first column.
Calculate the second minor by subtracting the product of
−2 and the determinant of the2×2 matrix remaining after removing the first row and second column.
Calculate the third minor by adding the product of
−1 and the determinant of the2×2 matrix remaining after removing the first row and third column.
Sum the results of the three components to find the final determinant value.
Final Answer
Want more problems? Check here!