Find the Determinant [[3,-1,4],[6,3,5],[2,-1,6]]
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 the2×2 matrix remaining after removing the first row and first column.
Calculate the second term by multiplying the element
(a_12)=−1 by−1 and the determinant of the2×2 matrix remaining after removing the first row and second column.
Calculate the third term by multiplying the element
(a_13)=4 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 value.
Final Answer
Want more problems? Check here!