You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The determinant is a scalar value associated with a square matrix. It encodes important geometric and algebraic information: whether a matrix is invertible, the area/volume scaling factor of a transformation, and more.
For A=(acbd):
det(A)=∣A∣=ad−bc
Worked Example 1: det(3125)=3(5)−2(1)=15−2=13
Worked Example 2: det(4263)=4(3)−6(2)=12−12=0
When the determinant is zero, the matrix is called singular and has no inverse.
For A=adgbehcfk:
det(A)=a(ek−fh)−b(dk−fg)+c(dh−eg)
This is expansion along the first row using cofactors.
Worked Example 3: Find det2011−1432−1.
=2((−1)(−1)−(2)(4))−1((0)(−1)−(2)(1))+3((0)(4)−(−1)(1)) =2(1−8)−1(0−2)+3(0+1) =2(−7)−1(−2)+3(1) =−14+2+3=−9
You can expand along any row or column. The signs follow a checkerboard pattern:
+−+−+−+−+Tip: Choose the row or column with the most zeros to simplify the calculation.
| Property | Statement |
|---|---|
| det(I)=1 | The identity matrix has determinant 1 |
| det(AB)=det(A)⋅det(B) | Determinants multiply |
| det(AT)=det(A) | Transpose does not change the determinant |
| det(kA)=kndet(A) | For an n×n matrix |
| Row swap | Changes the sign of the determinant |
| Two identical rows | Determinant is 0 |
| det(A)=0 | A is singular (not invertible) |
| det(A−1)=det(A)1 | When A is invertible |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.