See also: Linear Algebra, Special Matrices, column space, null space, solution space

1. The Multiplicative Property (The “Powerhouse”)

This is the single most useful property for algebraic proofs involving determinants.

This means the determinant of a product is the product of the determinants.

  • Why it matters: It lets you break complex matrix equations into simple scalar equations.

  • Corollary (Powers): If you multiply by itself times:

    This is exactly the rule used in your example.

2. The Inverse Property

If is invertible (nonsingular), then:

  • Derivation:

3. The Scalar Multiplication “Trap”

This is the most common mistake students make. If you multiply the entire matrix (size ) by a scalar constant :

  • Why and not just ?

    Recall that the determinant measures volume. If you scale a 3D box () by 2 in every direction (), the volume doesn’t double; it gets multiplied by .

    • Example: If and is , then .

4. The Transpose Property

This means “rows and columns are equal” in the eyes of the determinant. Any rule that applies to rows (like row operations) also applies to columns.


OperationPropertyNote
ProductDeterminant of product = product of determinants.
PowerFollows from product rule.
InverseOnly if .
TransposeRows vs Columns doesn’t matter for det.
Scalar ScaleCrucial: is the dimension of the matrix.
IdentityThe unit volume.
OrthogonalRotations () or Reflections ().

Would you like to try a “trick question” involving the Scalar Scale property () to make sure you’ve mastered it?