Determinants have several key properties that allow simplification without full expansion.
If any two rows (or columns) of a matrix are identical, its determinant is zero.
Reason: Swapping the two identical rows changes the sign of the determinant but leaves it unchanged, so , giving .
If one row (or column) is a scalar multiple of another, the determinant is zero (the rows/columns are linearly dependent).
Example: because .
If every element of one row (or column) is multiplied by scalar , the determinant is multiplied by : Conversely, a common factor from any single row or column can be taken outside the determinant.
If the elements of a row or column are sums, e.g., , the determinant splits:
Example:
To factor out from a determinant, apply . This makes every element of equal to , which is then taken out as a scalar.
Example: To prove Apply : the first row becomes , so factors out.
A matrix is skew-symmetric if , i.e., and all diagonal elements are zero.
Example:
Key Property: The determinant of every skew-symmetric matrix of odd order is zero.
Proof: Since : For odd : , so , giving .
A system of linear equations is:
If , the unique solution is:
For with , the solution is: where , , are obtained by replacing the respective column of with .
Example: Solve
Compute , then , , by substituting column in place of each variable's column.
A homogeneous system always has the trivial solution .
Non-trivial solutions exist if and only if .
Example: For Form and row-reduce. If , a non-trivial solution exists.