The adjoint of a matrix, also called the adjugate matrix, and is useful for finding the inverse of a square matrix. To get the adjoint of an n x n matrix A: Calculate the matrix of cofactors of A, denoted C. Take the transpose of C to obtain the adjoint matrix, denoted adj(A). ...
Samuel Koram