Determinants
Print this page
Email this Page
DETERMINANTS

Properties of the Determinant
1. Any matrix A and its transpose have the same determinant, meaning
det A = det AT
This implies that whenever we use rows, a similar behavior will result if we use columns.
2. The determinant of a triangular matrix is the product of the elements of the diagonal, that is

3. If we interchange even number of rows, the determinant of the new matrix is the negatieve of the old one, that is

in this case we have interchanged two rows
4. If we multiply one row with a constant, the determinant of the new matrix is the determinant of the old one multiplied by the constant, that is

5. If we add one row to another one multiplied by a constant, the determinant of the new matrix is the same as the old one, that is

6. We have
det (AB) = det (A)det(B)
and

Application of Determinant to Systems: Cramer’s Rule
We can use determinants and its properties in solving linear systems for which the matrix coefficient is nonsingular (or invertible).
Consider the linear system (in matrix form)
AX=B
where A is the matrix coefficient, B the non-homogeneous term, and X the unknown column-matrix.
We have:
Theorem. The linear system AX = B has a unique solution if and only if A is invertible. In this case, the solution is given by the so-called Cramer’s formulas:
![]()
where xi are the unknowns of the system or the entries of X, and the matrix Ai is obtained from A by replacing the ith column by the column B. In other words, we have

where the bi are the entries of B.
thus, if the linear system AX = B is homogeneous, meaning B=0, and if A is invertible, the only solution is the trivial one, that is X=0. Hence if we are looking for a nonzero solution to the system, the matrix coefficient A must be singular or noninvertible. We also know that this will happen if and only if det(A)=0.