b = isDGSubmodule(M, incMat)isDGSubmodule checks whether a matrix of candidate generators spans a DG submodule: it assembles d_M applied column-wise and then verifies that the result lies in the column span of incMat via a single // solve. Unlike dgSubmodule, it does not saturate: a submodule that is not d-closed is reported as such rather than enlarged. The empty matrix is always d-closed.
|
|
|
|
|
|
|
|
|
|
The object isDGSubmodule is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/DGAlgebras/doc.m2:7103:0.