adjAij
adjAij is a notation sometimes used to denote the (i,j) entry of the adjugate (classical adjoint) of a square matrix A. The adjugate adj(A) is the transpose of the cofactor matrix. For A ∈ R^{n×n}, let M_{ij} be the minor obtained by deleting row i and column j, and define the cofactor C_{ij} = (-1)^{i+j} det(M_{ij}). Then the (i,j) entry of the adjugate is adj(A)_{ij} = C_{ji}; equivalently, adj(A) = (C_{ji})_{ij}.
Key properties include the identity A · adj(A) = adj(A) · A = det(A) I_n. If det(A) ≠ 0, adj(A) provides
Computation typically proceeds by calculating all cofactors and then transposing the cofactor matrix. For a 2×2
Notes on notation: some sources use adjAij to denote the ij-th cofactor C_{ij} rather than the ij-th