adjungované
Adjungované, in Czech often referred to as adjungovaná matice or adjugovaná matice, denotes the adjugate or classical adjoint of a square matrix. It is defined as the transpose of the cofactor matrix. Concretely, for an n×n matrix A, the entry in row i and column j of adj(A) is the cofactor C_{ji} of A, where C_{ji} = (-1)^{i+j} det(A_{ij}) and A_{ij} is the submatrix obtained by deleting row i and column j of A.
- A times adj(A) equals adj(A) times A, and both equal det(A) times the identity matrix: A ·
- If det(A) ≠ 0, the matrix inverse is given by A^{-1} = adj(A) / det(A). Thus the adjugate provides
- For singular A (det(A) = 0), adj(A) is still defined. If rank(A) ≤ n−2, adj(A) is the zero
Simple example: for A = [[a, b], [c, d]], adj(A) = [[d, -b], [-c, a]].
Computational notes: calculating adj(A) via cofactors can be expensive for large matrices. In numerical applications, direct