Given a square matrix A of order 3 with ∣A∣=2.
Let C=[cij] where cij is the cofactor of aij in A.
For any square matrix A of order n, the relationship between the determinant of A and its cofactor matrix C is:
∣C∣=∣A∣n−1
This follows from the property A⋅CT=∣A∣⋅I, where CT is the adjugate matrix and I is the identity matrix.
Taking determinants:
∣A⋅CT∣=∣∣A∣⋅I∣
∣A∣×∣CT∣=∣A∣n
∣A∣×∣C∣=∣A∣n
∣C∣=∣A∣n−1
For the given matrix:
n=3
∣A∣=2
Substituting into the formula:
∣C∣=∣A∣n−1
∣C∣=23−1
∣C∣=22
∣C∣=4
Therefore, ∣C∣=4.