Find the Determinant [[1,2,1],[-2,1,2],[1,2,1]]
Problem
Solution
Identify the matrix and the method for calculating the determinant. We will use the expansion by minors along the first row.
Set up the expansion using the elements of the first row:
1 2 and1 Calculate the first term by multiplying the first element by the determinant of its
2×2 minor:
Calculate the second term, remembering to negate it based on the checkerboard pattern of signs:
Calculate the third term by multiplying the third element by the determinant of its
2×2 minor:
Sum the results of the three terms to find the final determinant:
Final Answer
Want more problems? Check here!