AdjointMatrix
Last edit August 16, 2013
[1 2 ; 3 4]
Care to elaborate? This page does not provide much value by itself...
IIRC from way back when, the
AdjointMatrix
is simply the transpose of the
CofactorMatrix
. So to get a
MatrixInverse
, you find the
CofactorMatrix
, transpose, and divide by the (constant factor)
MatrixDeterminant
. --
KarlKnechtel
CategoryMath