Find the Determinant [[1,3,4],[4,5,8],[3,12,14]]
Problem
Solution
Apply the expansion formula for the determinant along the first row.
Calculate the first minor by multiplying the element
1 by the determinant of the2×2 matrix remaining after removing the first row and first column.
Calculate the second minor by multiplying the element
3 by the determinant of the2×2 matrix remaining after removing the first row and second column, applying a negative sign.
Calculate the third minor by multiplying the element
4 by the determinant of the2×2 matrix remaining after removing the first row and third column.
Sum the results of the three components to find the final determinant.
Final Answer
Want more problems? Check here!