04 Determinants

Exercise 04

Question:

Write minors and cofactors of the elements of following determinants (i)|2-403| (ii)|acbd|

Answer:

Answer: (i) Minors: M11 = 3, M12 = -4, M21 = 0, M22 = 2 Cofactors: C11 = -3, C12 = 4, C21 = 0, C22 = -2

(ii) Minors: M11 = d, M12 = -c, M21 = -b, M22 = a Cofactors: C11 = -d, C12 = c, C21 = b, C22 = -a

Question:

Find the Minors and Cofactors of the elements of the following determinants: (i)|100010001| (ii)|10435-2012|

Answer:

(i) Minor of 1 = 1; Cofactor of 1 = 1 Minor of 0 = 0; Cofactor of 0 = 0 Minor of 0 = 0; Cofactor of 0 = 0

(ii) Minor of 1 = -20; Cofactor of 1 = -20 Minor of 0 = 0; Cofactor of 0 = 0 Minor of 4 = -8; Cofactor of 4 = 8 Minor of 3 = 10; Cofactor of 3 = -10 Minor of 5 = -2; Cofactor of 5 = 2 Minor of -2 = 10; Cofactor of -2 = -10 Minor of 0 = 0; Cofactor of 0 = 0 Minor of 1 = -20; Cofactor of 1 = 20 Minor of 2 = 8; Cofactor of 2 = -8

Question:

Using cofactors of elements of second row, evaluate Δ= |538201123|

Answer:

Step 1: Calculate the cofactors of the elements of the second row.

Cofactor of 2 = (−3)

Cofactor of 0 = 2

Cofactor of 1 = (−1)

Step 2: Multiply the cofactors with the elements of the second row and add them up.

(−3) × 2 + 2 × 0 + (−1) × 1 = (−3) + 0 + (−1) = −4

Step 3: Calculate the determinant by multiplying the sum from Step 2 with the determinant of the original matrix.

Δ = (−4) × |538201123|

Δ = (−4) × (−14) = 56

Question:

If Δ=|a11a12a13a21a22a23a31a32a33| and Aij​ is cofactors of aij​, then the value of Δ is given by A a11​A31​+a12​A32​+a13​A33​ B a11​A11​+a12​A21​+a13​A31​ C a21​A11​+a22​A12​+a23​A13​ D a11​A11​+a21​A21​+a31​A31

Answer:

A. A11A31 + a12A32 + a13A33 B. a11A11 + a12A21 + a13A31 C. a21A11 + a22A12 + a23A13 D. a11A11 + a21A21 + a31A31

Question:

Using cofactors of elements of third column evaluate Δ= |1xyz1yzx1zxy|

Answer:

Step 1: Find the cofactors of elements of third column.

C11 = yz, C12 = -zx, C13 = xy

Step 2: Evaluate Δ using the cofactors.

Δ = |1 x yz| |1 y -zx| |1 z xy|

Δ = yz(-zx) + (-zx)xy + xy(yz)

Δ = -yzxz + xyz2