b = isDGIdeal(A, I)Unlike dgIdeal (which d-saturates), isDGIdeal simply checks d-closure without modifying the input. Use it to validate that an externally-produced Ideal is already a DG ideal.
|
|
|
|
|
|
The second test returns false: the ideal (T) is not d-closed because d(T) = x is not in it. Passing the same seed to dgIdeal produces the d-closure.
|
|
The object isDGIdeal 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:2404:0.