Exercise 2.3 — Question 3
Cofactor of element aij:
Cij=(−1)i+jMij
where Mij is the minor — the determinant of the 2×2 submatrix obtained by deleting row i and column j.
Sign Pattern for a 3×3 Matrix:
+−+−+−+−+
Cofactor Expansion along Row 1:
∣A∣=a11C11+a12C12+a13C13
Singular vs Non-Singular Matrix:
- If ∣A∣=0: matrix is singular (no inverse exists)
- If ∣A∣=0: matrix is non-singular (inverse exists)
Evaluate the determinant of:
A=101240356
Step 1: Expand along Row 1.
∣A∣=1⋅C11+2⋅C12+3⋅C13
Step 2: Compute each cofactor.
C11=(+1)4056=(4)(6)−(5)(0)=24
C12=(−1)0156=−(0⋅6−5⋅1)=−(−5)=5
C13=(+1)0140=(0)(0)−(4)(1)=−4
Step 3: Substitute.
∣A∣=1(24)+2(5)+3(−4)=24+10−12=22
- If two rows (or columns) are identical, then ∣A∣=0.
- If a row (or column) consists entirely of zeros, then ∣A∣=0.
- Interchanging two rows changes the sign of the determinant.
- Multiplying a row by scalar k multiplies the determinant by k.
- Adding a multiple of one row to another does not change the determinant.