Trivial module over quotient ring

24 views
Skip to first unread message

User8764552

unread,
May 21, 2024, 1:07:00 PMMay 21
to Macaulay2
Dear all,

I'm sorry for such a silly question, but it bugs me.
Given a graded connected commutative ring R over QQ with unity (actually, a quotient of polynomial ring), I want to define the trivial R-module having QQ in degree 0 and zero otherwise.
(Then I want to do homological algebra computations with this R-module.)

I try the following code just to see that the quotient keeps all degree 1 generators (not what needed).

A=QQ[v1,v2,v3]/(v1*v2*v3)
I=ideal {v1,v2,v3}
M=module A/I
betti M

                   0 1
o4 = total: 1 3
               0: 1 3

Do you know how to define the trivial module in M2?

Best regards, User


David Eisenbud

unread,
May 22, 2024, 12:17:32 AMMay 22
to maca...@googlegroups.com
try
M = coker vars A.
M = A^1/I would also work.
Your A/I is a ring, not a module 

DE
--
David Eisenbud
Professor of Mathematics
University of California Berkeley


--
You received this message because you are subscribed to the Google Groups "Macaulay2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to macaulay2+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/macaulay2/055f0c05-2271-412e-b921-62697187e731n%40googlegroups.com.

User8764552

unread,
May 22, 2024, 3:25:29 AMMay 22
to Macaulay2
Dear David,

Thank you for your answer.

Both of the suggested variants give the A-module with 5 generators in degree 1 (which is different from what I am looking for).
Another close variant that misses the target: "module A/A^1" gives 1 generator in degree 1 (in addition to 1 gen in degree 0, of course).

This problem looks specific for QuotientRing.
For polynomial rings there is no problem with defining the trivial module by similar commands to the above.
--
Best regards, User.

среда, 22 мая 2024 г. в 06:17:32 UTC+2, d...@berkeley.edu:

jche...@gmail.com

unread,
May 22, 2024, 12:43:17 PMMay 22
to Macaulay2
Dear User,

You may be misinterpreting the output of "betti" - the number in column index 1 is the number of relations, not degree 1 generators. The "1" you see in column 0, row 0 indicates a single generator in degree 0. See https://macaulay2.com/doc/Macaulay2/share/doc/Macaulay2/Macaulay2Doc/html/_betti.html

Justin

User8764552

unread,
May 22, 2024, 2:46:31 PMMay 22
to Macaulay2
Dear Justin,

Thank you for your elaboration.
I am a happy fool now, problem never existed.
--
Best regards, User

среда, 22 мая 2024 г. в 18:43:17 UTC+2, jche...@gmail.com:
Reply all
Reply to author
Forward
0 new messages