adjoint {polyMatrix}R Documentation

Adjungate or classical adjoint of a square matrix

Description

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.

Usage

adjoint(x)

## S4 method for signature 'polyMatrix'
adjoint(x)

Arguments

x

a matrix

Methods (by class)


[Package polyMatrix version 0.9.16 Index]