Find the Determinant [[1,4,-7],[-1,-3,4],[-2,-4,18]]
Problem
Solution
Set up the expansion along the first row using the formula for a
3×3 determinant.Calculate the first minor by multiplying the element
(a_11)=1 by the determinant of the2×2 matrix remaining after removing the first row and first column.
Calculate the second minor by multiplying the element
(a_12)=4 by the determinant of the2×2 matrix remaining after removing the first row and second column, applying a negative sign.
Calculate the third minor by multiplying the element
(a_13)=−7 by 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!