On Thu, Jun 2, 2016 at 11:37 AM, saad khalid <saad1...@gmail.com> wrote: > Not sure if this is helpful: > http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/macaulay2.html > > Sage also has some functions that do the same thing as M2 (I believe they > run on Singular). For eg, Groebner basis: > http://combinat.sagemath.org/doc/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html >
As explained there you can even use M2 for some GB routines, e.g., sage: I = sage.rings.ideal.Katsura(P,3) # regenerate to prevent caching sage: I.groebner_basis('macaulay2:gb') # optional - macaulay2 > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.