Learn R Programming

polyMatrix (version 0.9.16)

adjoint: 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 polyMatrix adjoint(x)

Arguments

x

a matrix

Methods (by class)

  • polyMatrix: adjungate of polynomial matrix DON'T UNDERSTAND!!!