trivialMF(d, i, M, f)Constructs the trivial matrix factorization associated to M, which is the factorization: $$ M \xrightarrow{1} M \xrightarrow{1} \cdots \xrightarrow{1} M \xrightarrow{f} M.$$ The user can specify using the index $i$ which differential should be multiplication by the element $f$. If only one integer is specified, it is assumed that multiplication by $f$ is the first differential in the factorization. If no integers are specified, then the output is the length 2 factorization with first differential given by multiplication by $f$.
|
|
|
|
|
|
|
|
|
The object trivialMF is a method function.
The source of this document is in MatrixFactorizations/MatrixFactorizationsDOC.m2:5783:0.