Synopsis:
The modules M and N should be graded (homogeneous) modules over the same ring.
The computation of the total Ext module is possible for modules over the ring R of a complete intersection, according the algorithm of Shamash-Eisenbud-Avramov-Buchweitz. The result is provided as a finitely presented module over a new ring with one additional variable of degree {-2,-d} for each equation of degree d defining R. The variables in this new ring have degree length 2, i.e., is bigraded, with the degree i part of Ext^n(M,N) appearing as the degree {-n,i} part of Ext(M,N). We illustrate this in the following example.
i1 : R = QQ[x,y]/(x^3,y^2); |
i2 : N = cokernel matrix {{x^2, x*y}} |
i3 : H = Ext(N,N); |
i4 : ring H |
i5 : S = ring H; |
i6 : H |
i7 : isHomogeneous H |
i8 : rank source basis( {-2,-3}, H) |
i9 : rank source basis( {-3}, Ext^2(N,N) ) |
The result of the computation is cached for future reference.
See also: