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