powered by
This function calculates the adjoint of a square matrix, defined as the transposed matrix of cofactors of all elements.
adjoint(A)
a matrix of the same size as A
A
a square matrix
Michael Friendly
Other determinants: Det(), cofactor(), minor(), rowCofactors(), rowMinors()
Det()
cofactor()
minor()
rowCofactors()
rowMinors()
A <- J(3, 3) + 2*diag(3) adjoint(A)
Run the code above in your browser using DataLab