Properties of Determinants
Properties of Determinants
det(B) = det(A).
An n x n matrix A is invertible if and only if det(A) 0. The square homogenous system Ax=0 has nontrivial solutions if and only if det(A) = C If A has row(or column) of zeros, then det(A) = 0.
If A has two rows(or columns) that are multiples of each other, then det(A)=0.
If a row(or column) of A is the sum of two other rows(or columns), then det(A)=0
If every entry in any row(or column) of a determinant is the sum of two others, then the determinant is the sum of two others.
Determinant of scalar product-Let A be an n x n matrix and let k be any scalar. Then, det(kA) = kn det(A)
Determinant of product-the determinant of a product of matrices is the product of the determinants of the factors. det(AB) = det(A) det(B) det (AA...Am) = det (A)det(A)...det(Am)