adjointFactorization MGiven a matrix $M$, the adjoint matrix $M'$ is the matrix satisfying $M \cdot M' = M' \cdot M = \det(M) id$. This means that any square matrix induces a matrix factorization of its determinant, and this function implements this induced matrix factorization.
|
|
|
|
|
The object adjointFactorization is a method function.
The source of this document is in /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/MatrixFactorizations/MatrixFactorizationsDOC.m2:6350:0.