Section 8.1 Adjugate Matrix
For a matrix \(A\text{,}\) the adjugate matrix is the transpose of its cofactor matrix \(C\text{,}\) \(adj(A)=C^T\text{.}\)
The cofactor matrix is based on cofactors and minors. Sage does not have methods to calculate cofactors and minors, but it can directly calculate the adjugate matrix.
In Sage, the
adjugate() method returns the adjugate matrix.
In the next sections, we will explore how to compute step by step the minors, cofactors, and then the adjugate matrix.
