Calculation rules for the determinant
1Introduction
The
2Terms and definition
The
For the general definition, the permutation formula chooses one entry from each row and one entry from each column. The calculation rules below are consequences of multilinearity and alternation.
data/lecture/math/linear-algebra/determinants-by-permutations.lecture.n.md3Strategy
For a matrix, compute the difference of diagonal products. For and larger matrices, choose cofactor expansion,
4Intuitive explanation
The
5Rigorous explanation
For
we have . For matrices, cofactor expansion reduces the computation to determinants.
The effects of row and column operations are as follows.
| Operation | Effect on the |
|---|---|
| Swap two rows or two columns | The sign changes |
| Multiply one row or one column by | The determinant is multiplied by |
| Add a multiple of one row or column to another | The determinant does not change |
5.1Why column operations obey the same rules
View the determinant as a function of its columns:
The determinant is linear in each column and becomes zero when two columns are equal. Therefore,
and
The second term is zero because two columns are equal, so column addition does not change the determinant. Swapping two columns reverses orientation, and algebraically follows from alternation.
6Worked examples
Therefore this
Also,
The second row is three times the first row, so the rows are
6.1Checking by elementary column operations
Let
If the columns are swapped, then
so
If the first column is multiplied by , then
and
If times the first column is added to the second column, then
and
7Common misunderstandings
- The
determinant is not defined for arbitrary rectangular matrices; it belongs to行列式 ぎょうれつしき square matrices .正方行列 せいほうぎょうれつ - The determinant is not merely a formula; it records invertibility and volume scaling.
- If changes to the determinant during row operations are not recorded, the final value will be wrong.
- Column operations can compute determinants, but they do not directly preserve the solution set of a
system of linear equations .連立一次方程式 れんりついちじほうていしき
8Scope
Here the focus is on calculation rules. For a general matrix, the
9Final forms
10Theorem and proof: why column addition does not change the determinant 行列式 ぎょうれつしき
The determinant is linear in each column and becomes zero when two columns are equal. These two facts imply that
does not change the determinant.
Proof. Write . Linearity in the -th column gives
The second term is zero because two columns are equal. Therefore the determinant is unchanged. This proof derives the calculation rule from multilinearity rather than treating it as a memorized trick.