Consider a matrix
Minor of a Matrix
In the above matrix A, the minor of first element a11 shall be
The Cofactor Cij of an element aij shall be
When the sum of row number and column number is even, then Cofactor shall be positive, and for odd, Cofactor shall be negative.
The determinant of an n x n matrix can be defined as the sum of multiplication of the first row element and their respective cofactors.
The Cofactor Cij of an element aij shall be
When the sum of row number and column number is even, then Cofactor shall be positive, and for odd, Cofactor shall be negative.
Determinant
The determinant of A is
|A| = (3 x 2) - (1 x 1) = 5
Adjoint or Adjucate
The Adjoint matrix of A , adjA is the transpose of its cofactor matrix.