Cofactor:The cofactor of an element in a matrix is the determinant of the submatrix formed by deleting the row and column containing that element, multiplied by (-1)^(i+j), where i and j are the row and column indices of the element.
Adjoint Matrix: The adjoint matrix, also called the transpose of the cofactor matrix, is the matrix of cofactors of the original matrix, with the rows and columns interchanged.
Inverse Matrix:The inverse of a matrix is a matrix that, when multiplied by the original matrix, results in the identity matrix. The cofactor matrix is used to calculate the inverse of a matrix.