adjugation
Adjugation refers to the construction of the adjugate (or classical adjoint) of a square matrix. The adjugate of A, denoted adj(A), is the transpose of the cofactor matrix. The cofactor matrix is formed by the cofactors C_ij = (-1)^{i+j} det(M_ij), where M_ij is obtained by deleting row i and column j from A.
A central identity is A adj(A) = adj(A) A = det(A) I. Consequently, if det(A) ≠ 0, the inverse
For computation, the adjugate entries are derived from the cofactors. In the simple case A = [a b;
Rank properties and edge cases: If det(A) = 0, adj(A) may vanish. Specifically, if rank(A) ≤ n−2, then
Applications include solving linear systems via Cramer’s rule and inverse formulas, as well as various determinant