b = polyDiffMonomial(A, m)polyDiffMonomial is the monomial kernel of the DG algebra differential. It splits m into its coefficient and its support powers and then applies the graded Leibniz rule variable by variable, keeping track of the sign produced when d passes an odd-degree generator. The routine handles the zero element without raising an exception, returning 0 in A.natural.
|
|
|
|
|
On a two-variable Koszul generator product, the Leibniz rule gives d(T_1 T_2) = d(T_1) T_2 - T_1 d(T_2) = x T_2 - y T_1:
|
|
The object polyDiffMonomial 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:6955:0.