Determinant Notes
Determinant Notes
If 𝐴 is an 𝑛 × 𝑛 matrix, then 𝐝𝐞𝐭(𝑨) = 𝒂𝟏𝟏 𝑪𝟏𝟏 + 𝒂𝟏𝟐 𝑪𝟏𝟐 + ⋯ + 𝒂𝟏𝒏 𝑪𝟏𝒏 = ∑𝒏𝒌=𝟏 𝒂𝟏𝒌 𝑪𝟏𝒌 .
Similar to the situation for 3 × 3 matrices, the determinant of any square matrix can be found by expanding along any
row or column.
Theorem 5: Let 𝐴 be an 𝑛 × 𝑛 matrix. Then the determinant of 𝐴 equals the cofactor expansion along any row or any
column of the matrix. That is, for every 𝑖 = 1, … , 𝑛 and 𝑗 = 1, … , 𝑛 ,
𝐝𝐞𝐭(𝑨) = 𝒂𝒊𝟏 𝑪𝒊𝟏 + 𝒂𝒊𝟐 𝑪𝒊𝟐 + ⋯ + 𝒂𝒊𝒏 𝑪𝒊𝒏 = ∑𝒏𝒌=𝟏 𝒂𝒊𝒌 𝑪𝒊𝒌 and
𝒏
For certain square matrices the computation of the determinant is simplified. One such of a class of matrices is the
square triangular matrices.
Example 6: Find the determinant of a matrix in example number 2 using an expansion along row 1 and in the first
column. ⇒ |𝑨| = 𝟏𝟒∎
1 −2 3 0
Example 7: Find the determinant of 𝐴 = [ −1 1 0 2 ] using Thm. 5 above. ⇒ |𝑨| = 𝟑𝟗∎
0 2 0 3
3 4 0 −2
An 𝑚 × 𝑛 matrix is upper triangular if 𝑎𝑖𝑗 = 0, for all 𝑖 > 𝑗, and is lower triangular if 𝑎𝑖𝑗 = 0, for all 𝑖 < 𝑗. A square
matrix is a diagonal matrix if 𝑎𝑖𝑗 = 0, for all 𝑖 ≠ 𝑗.
In other words, that a square matrix is upper triangular when it has all zero entries below its main diagonal, and lower
triangular when it has all zero entries above its main diagonal.
2 0 0 1 0 0 0
1 0
[ ] [ 0 1 0] and [0 0 0 0]
1 1 1 3 1 0
1 0 2 0 1 2 1
Theorem 9: If 𝐴 is an 𝑛 × 𝑛 triangular matrix, then the determinant of 𝐴 is the product of the terms on the diagonal.
That is , 𝐝𝐞𝐭(𝑨) = 𝒂𝟏𝟏 ∙ 𝒂𝟐𝟐 … 𝒂𝒏𝒏
2 0 0 0
[ 4 −2 0 0] is ⇒ |𝑨| = (𝟐)(−𝟐)(𝟏)(𝟑) = −𝟏𝟐
−5 6 1 0
1 5 3 1
Exercises:
PROPERTIES OF DETERMINANTS:
Is called the matrix of cofactors from A. The transpose of this matrix is called the adjoint of A and is denoted by 𝐚𝐝𝐣(𝑨).
3 2 −1
Example 19. Let [1 6 3 ]. The cofactors of A are 𝐶11 = 12, 𝐶12 = 6, 𝐶13 = −16, 𝐶21 = 4, 𝐶22 = 2, 𝐶23 = 16,
2 −4 0
1 2 −3
𝐶31 = 12, 𝐶32 = −10, 𝐶33 = 16 so the matrix of co factors is [ 2 −1 −6].
−2 0 6
Theorem 20. Let A be a square matrix. Then the following statements are equivalent.