Shrikant Shekhar 1910404
unread,Mar 21, 2025, 12:23:04 PMMar 21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Macaulay2
Dear all,
Following ring R is not a Golod ring as H(A) does not have trivial multiplication where A=koszulComplexDGA(R).
R = ZZ/101[x,y,z]/ideal (x^3,y^3,z^3,x^2*y^2*z^2);
"But using Infinite free resolutions by Avramov Proposition-5.2.4.(i) R is Golod if HH_{\geq 1}(A) is generated by a set of cycles Z, such that Z^2=0. Now I am applying this criterion using following codes for which I'm getting a zero list."
cycleList = getGenerators(A)
apply(#c-1,i->(c_i)^2)
I am not sure where I am making a mistake. Any guidance would be greatly appreciated.
Sincerely,
Shrikant.