Find the Determinant det [[5,3,5],[1,7,8],[9,4,2]]
Problem
Solution
Apply the expansion formula for a
3×3 determinant along the first row.Calculate the first minor by multiplying the element
(a_11)=5 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)=3 by the determinant of the2×2 matrix remaining after removing the first row and second column, applying a negative sign according to the cofactor pattern.
Calculate the third minor by multiplying the element
(a_13)=5 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!