Find the Determinant [[3,1,2],[5,3,-6],[2,4,3]]
Problem
Solution
Apply the expansion formula for a
3×3 determinant along the first row.Calculate the first term by multiplying the element
(a_11)=3 by the determinant of its2×2 minor.
Calculate the second term by multiplying the element
(a_12)=1 by the determinant of its2×2 minor and applying a negative sign.
Calculate the third term by multiplying the element
(a_13)=2 by the determinant of its2×2 minor.
Sum the results of the three terms to find the final determinant value.
Final Answer
Want more problems? Check here!