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 DGAlgebras/doc.m2:2404:0.