Find the Determinant [[1,2,1],[0,1,2],[0,-1,0]]
Problem
Solution
Identify the matrix and choose a method for expansion. Since the first column contains two zeros, expanding along the first column is the most efficient approach.
Apply the cofactor expansion formula along the first column. The determinant is the sum of the elements in the column multiplied by their corresponding cofactors.
Substitute the values from the first column. Since
(a_21)=0 and(a_31)=0 only the first term remains.
Calculate the determinant of the
2×2 minor matrix using the formulaa*d−b*c
Simplify the arithmetic to find the final value.
Final Answer
Want more problems? Check here!