Find the Determinant [[6,6,6],[6,65,4],[1,21,6]]
Problem
Solution
Identify the matrix and the method for calculating the determinant. We will use expansion by minors along the first row.
Set up the expansion using the elements of the first row:
(a_11)=6 (a_12)=6 and(a_13)=6 Calculate the first term by multiplying
(a_11) by the determinant of its2×2 minor.
Calculate the second term by multiplying
−(a_12) by the determinant of its2×2 minor.
Calculate the third term by multiplying
(a_13) by the determinant of its2×2 minor.
Sum the results of the three terms to find the final determinant.
Final Answer
Want more problems? Check here!