Find the Determinant [[1,a,b+c],[1,b,a+c],[1,c,a+b]]
Problem
Solution
Identify the matrix and the goal to find its determinant.
Apply a column operation to simplify the matrix. Add the second column to the third column (
(C_3)→(C_3)+(C_2) .
Factor out the common term
(a+b+c) from the third column.
Observe that the first and third columns are identical.
Conclude that if a matrix has two identical columns, its determinant is zero.
Final Answer
Want more problems? Check here!