Groups
Groups
Sign in
Groups
Groups
Macaulay2
Conversations
About
Send feedback
Help
conormal module
42 views
Skip to first unread message
Hans-Christian Herbig
unread,
Feb 3, 2025, 9:25:12 PM
Feb 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Macaulay2
Hello,
I have a rather basic question.
How can I compute the syzygies of I/I^2 in the following example?
R=QQ[q1,q2,p1,p2]
I=ideal(q1*p2,q2*p1,q1*p1-q2*p2)
I am struggeling with the syntax.
Thank you, Hans-Christian Herbig.
Jürgen Böhm
unread,
Feb 4, 2025, 9:07:20 PM
Feb 4
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Macaulay2
I assume you would like to compute the free resolution of I/I^2 as an R/I module.
Not being absolutely sure, that this is the right way to do it, but for me
S = R/I
J = I/I^2 ** S
resol = res J
looks promising.
Jürgen
Jürgen Böhm
unread,
Feb 4, 2025, 9:09:40 PM
Feb 4
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Macaulay2
Sorry, it must be
J = (I/I^2) ** S
(The parentheses are important).
Greetings,
Jürgen
herb...@gmail.com
schrieb am Dienstag, 4. Februar 2025 um 03:25:12 UTC+1:
Hans-Christian Herbig
unread,
Feb 24, 2025, 7:28:58 PM
Feb 24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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 Jürgen,
R=QQ
[q1,q2,p1,p2
]
I=ideal
(q1*p2,q2*p1,q1*p1-q2*p2
)
Q=R/I
M=(I/I^2)**Q
gives
cokernel
{
2
}
000000
p1
2
000
−
q2
2
{
2
}
000000
−
p2
2
000
q1
2
{
2
}
000000
−
p1
p2
000
−
q1
q2
{
2
}
0
{
2
}
0
{
2
}
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
p1
2
−
p2
2
−
p1
p2
0
0
0
0
0
0
0
0
0
−
q2
2
q1
2
−
q1
q2
which is not plausible because the ideal is bigraded of degree (1,1)
and the answer is not.
HC
Reply all
Reply to author
Forward
0 new messages