symbolic powers of edge ideals.

32 views
Skip to first unread message

Madineh Jafari

unread,
Mar 12, 2024, 1:07:45 PMMar 12
to Macaulay2
Hi every one.

For edge ideal I={X*Y, Y*Z, X*Z, X*U, Y*U, Z*U}
I want to calculate symbolic power.
I saw the package related to 'symbolic power" in macaulay 2, but i dont know how to use the package.but when i use them, it dosent work.
Let me know please if you have some suggestion that can help for that purpose. Thank you very much! we have following commands in macaulay2:
i1 : B = QQ[x,y,z];
i2 : I = ideal(x*(y^3-z^3),y*(z^3-y^3),z*(x^3-y^3));

o2 : Ideal of B
i3 : J = symbolicPower(I,3)

             3 6     9      3 3 4     6 4    3 7    3 7   6 3 2    9 2    6 5
o3 = ideal (x y z - y z - 2x y z  + 2y z  + x z  - y z , x y z  - y z  - x z 
     ------------------------------------------------------------------------
         3 3 5     6 5     3 8     3 8   9 3    9 3     6 6     6 6     3 9  
     - 2x y z  + 3y z  + 2x z  - 2y z , x z  - y z  - 3x z  + 3y z  + 3x z  -
     ------------------------------------------------------------------------
       3 9   12     9 3     6 6    3 9     11       8 3       5 6      2 9 
     3y z , y   - 3y z  + 3y z  - y z , x*y   - 3x*y z  + 3x*y z  - x*y z ,
     ------------------------------------------------------------------------
      2 10     2 7 3     2 4 6    2   9   3 9     9 3     3 3 6     6 6  
     x y   - 3x y z  + 3x y z  - x y*z , x y  - 3y z  - 3x y z  + 6y z  +
     ------------------------------------------------------------------------
       3 9     3 9
     2x z  - 3y z )

o3 : Ideal of B
: R=QQ[X,Y,Z,U]
o1 = o1 : PolynomialRing
i2 : I=ideal(X*Y,Y*Z,X*Z,X*U,Y*U,Z*U)
o2 = ideal o2 : Ideal of 
i3 : loadPackage"SymbolicPowers"
o3 = SymbolicPowers o3 : Package
i4 : J=symbolicpower(I,2)
stdio:4:15:(3)error: no method for adjacent objects:
  •  (of class Symbol)
  • ideal (of class Sequence)

David Eisenbud

unread,
Mar 12, 2024, 1:15:07 PMMar 12
to maca...@googlegroups.com
you misspelled symbolicPower (note the capital P)


--
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/CAPcU3kH65nwr_VnEA-O3ts6G7oT87M5%3D1HgBpTe%2BPOAs-TBagA%40mail.gmail.com.

Madineh Jafari

unread,
Mar 12, 2024, 11:07:00 PMMar 12
to Macaulay2
Reply all
Reply to author
Forward
0 new messages