Find the Determinant [[9,5,6],[2,-3,3],[-9,2,4]]
Problem
Solution
Set up the expansion along the first row using the formula for a
3×3 determinant.Calculate the first term by multiplying
9 by the determinant of the2×2 matrix remaining after removing the first row and first column.
Calculate the second term by multiplying
−5 by the determinant of the2×2 matrix remaining after removing the first row and second column.
Calculate the third term by multiplying
6 by the determinant of the2×2 matrix remaining after removing the first row and third column.
Sum the results of the three terms to find the final determinant.
Final Answer
Want more problems? Check here!