Find the Determinant [[2,4,0],[4,6,3],[-6,-10,0]]
Problem
Solution
Choose a row or column for expansion. The third column is the most efficient choice because it contains two zeros.
Apply the cofactor expansion along the third column. The formula for the determinant using the third column is
(a_13)*(C_13)+(a_23)*(C_23)+(a_33)*(C_33) Identify the non-zero term in the expansion. Since
(a_13)=0 and(a_33)=0 only the middle term(a_23)*(C_23) needs to be calculated.Determine the sign of the cofactor
(C_23) The sign is given by(−1)(2+3)=(−1)5=−1 Calculate the minor
(M_23) by removing the second row and third column from the original matrix.
Evaluate the
2×2 determinant using the formulaa*d−b*c
Multiply the elements to find the final determinant value.
Final Answer
Want more problems? Check here!