Determinants II
We can calculate the adjugate of a matrix with the
syntax A.adjugate(). The cofactor matrix is then given
by A.adjugate().T.
We can calculate the adjugate of a matrix with the
syntax A.adjugate(). The cofactor matrix is then given
by A.adjugate().T.