Concept:The determinant has standard multiplicative and scalar properties, but it is not linear under matrix addition.
Explanation:For two invertible square matrices
A and
B of order
n, the known determinant properties are as follows.
det(AB)=det(A)⋅det(B) is a standard property.
So Option A is correct.
For a scalar
k,
det(kA)=kndet(A), because each of the
n rows is multiplied by
k.
So Option B is correct.
Since
AA−1=I, taking determinants gives
det(A)det(A−1)=det(I)=1.
Thus
det(A−1)=det(A)1, so Option D is correct.
However,
det(A+B)=det(A)+det(B) is not a valid general property of determinants.
Therefore, the statement that is not correct is Option C.
Answer:Option C:
det(A+B)=det(A)+det(B) is not correct.