Find the Determinant [[1,-2,1],[5,-15,0],[4,-2,6]]
Problem
Solution
Set up the expansion along the first row to calculate the determinant of the
3×3 matrix.Calculate the first term by multiplying the element
(a_11)=1 by the determinant of its2×2 minor.
Calculate the second term by multiplying the element
(a_12)=−2 by the negative of the determinant of its2×2 minor.
Calculate the third term by multiplying the element
(a_13)=1 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!