Find the Determinant [[2,-1,2],[12,1,-3],[6,-1,6]]
Problem
Solution
Apply the cofactor expansion along the first row to break the
3×3 determinant into2×2 determinants.Calculate the first term by multiplying the element
(a_11)=2 by the determinant of the remaining2×2 matrix.
Calculate the second term by multiplying the element
(a_12)=−1 by its cofactor (noting the sign change for position1,2 .
Calculate the third term by multiplying the element
(a_13)=2 by the determinant of the remaining2×2 matrix.
Sum the results of the three terms to find the final determinant value.
Final Answer
Want more problems? Check here!