Find the Determinant [[i,j,k],[175,0,100],[-14,8,-8]]
Problem
Solution
Set up the expansion along the first row using the cofactor method.
Calculate the first minor determinant for the
i component.
Calculate the second minor determinant for the
j component, remembering to negate it.
Calculate the third minor determinant for the
k component.
Combine the components into the final vector expression.
Final Answer
Want more problems? Check here!