Adjoint matrix
The adjoint matrix is defined as the transpose of the cofactor matrix. Given a matrix A of dimensions , the cofactor matrix is the matrix whose entry is the cofactor of A: , where denotes the minor of A. Thus, the adjoint matrix of is .
Syntax
adjoint_matrix(Matrix)
Description
Given a matrix, computes its adjoint matrix.