adjoint | R Documentation |
This function calculates the adjoint of a square matrix, defined as the transposed matrix of cofactors of all elements.
adjoint(A)
A |
a square matrix |
a matrix of the same size as A
Michael Friendly
Other determinants:
Det()
,
cofactor()
,
minor()
,
rowCofactors()
,
rowMinors()
A <- J(3, 3) + 2*diag(3)
adjoint(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.