Find the Determinant v=[[i,j,k],[-1,0,5],[9,-4,-2]]
Problem
Solution
Apply cofactor expansion along the first row to break the
3×3 determinant into2×2 determinants.Set up the first term by multiplying the element
i by the determinant of the matrix remaining after removing the first row and first column.
Set up the second term by multiplying the element
j by the negative of the determinant of the matrix remaining after removing the first row and second column.
Set up the third term by multiplying the element
k by the determinant of the matrix remaining after removing the first row and third column.
Calculate the
2×2 determinants using the formuladet(a)=a*d−b*c
Simplify the arithmetic inside each set of parentheses.
Combine the terms to find the final vector expression.
Final Answer
Want more problems? Check here!