adjoint {polyMatrix} | R Documentation |
The adjungate or classical adjoint of a square matrix is the transpose of its cofactor matrix. It is also occasionally known as adjunct matrix, though this nomenclature appears to have been decreased in usage.
adjoint(x)
## S4 method for signature 'polyMatrix'
adjoint(x)
x |
a matrix |
polyMatrix
: adjungate of polynomial matrix DON'T UNDERSTAND!!!